...

/

Flex-flow: Combining flex-direction and flex-wrap

Flex-flow: Combining flex-direction and flex-wrap

The Flex-flow container combines flex-direction and flex-wrap. Learning flex-flow gives us the opportunity to set up your Flexbox containers in a compact way.

As flex-direction and flex-wrap often come hand in hand, a useful shorthand lets us specify them in one single rule.

flex-direction and

...