CSS Property: flex-flow
[this page | pdf | back links]
The CSS (CSS3) flex-flow property is a shorthand
property for setting certain flex properties for a flex element.
Valid property values (other
than inherit and initial) are defined
by the elements of the shorthand. Shorthand elements (in the order in which
they appear):
-
flex-direction
-
flex-wrap
|
Default Value:
|
row nowrap
|
|
JavaScript syntax:
|
e.g. object.style.flexFlow="column nowrap"
|
|
Inherited:
|
No
|
|
Animatable:
|
See individual
properties
|
NAVIGATION LINKS
Contents | Prev | Next | CSS Properties