Home > Article > Web Front-end > How to use css flex-flow attribute
flex-flow attribute
Meaning and usage:
The flex-flow attributes are flex-direction and flex-wrap Composite attribute of the attribute, used to set or retrieve the arrangement of sub-elements of the flex box model object
flex-direction attribute: Specify the direction of the flexible item
flex-wrap attribute: Specify whether the flexible item Splitting rows or columns
Note: If the element is not an element of the flexbox object, the flex-flow property has no effect
CSS syntax:
flex-flow: flex-direction flex-wrap|initial|inherit;
Property value:
##Instance
The above is the detailed content of How to use css flex-flow attribute. For more information, please follow other related articles on the PHP Chinese website!