Open In App

CSS flex-flow Property

The flex-flow property is sub-property of flexible box layout module and also shorthand property for flex-wrap and flex-direction.
Note:The flex property is useless when the element is not flexible item.

Syntax:

flex-flow: flex-direction flex-wrap;

Values of flex-flow property:

Supported Browser :


Article Tags :