A Complete Guide to Flexbox | CSS-Tricks

PHOTO EMBED

Tue Jan 12 2021 02:03:57 GMT+0000 (Coordinated Universal Time)

Saved by @VivaVee #css

.container {
  flex-flow: column wrap;
}
content_copyCOPY

This is a shorthand for the flex-direction and flex-wrap properties, which together define the flex container’s main and cross axes. The default value is row nowrap.

https://css-tricks.com/snippets/css/a-guide-to-flexbox/#flexbox-background