Difference between revisions of "Template:Box-flex"

From blackwiki
Jump to navigation Jump to search
imported>Edokter
(Change default to CSS default)
imported>IagoQnsi
(see also flex-wrap)
Line 11: Line 11:
 
* {{tl|display-flex}}
 
* {{tl|display-flex}}
 
* {{tl|flex-direction}}
 
* {{tl|flex-direction}}
 +
* {{tl|flex-wrap}}
  
 
[[Category:Cross-browser compatibility templates]]
 
[[Category:Cross-browser compatibility templates]]
 
}}
 
}}
 
</noinclude>
 
</noinclude>

Revision as of 04:59, 19 June 2020

Template documentation

This template sets up the parameters for the flex CSS property. Default is 0 1 auto.

Despite its name, it does not support the old -n-box-flex syntax.

Compatibility

  • See flex on the Mozilla Developer Network for all browser compatibility details.

See also