Direction + wrap

flex-flow

This property sets both the flex-direction and the flex-wrap properties.

Property values

This property is used to specify aspects of an element that serves as a flexbox container.

See the separate specifications for the two individual property values.

Examples

display: flex;            
flex-flow: column wrap;
flex-flow
0

style > flexbox > flex-flowDirection + wrap

🔗 🔎