Difference between revisions of "Template:Box-flex"

From blackwiki
Jump to navigation Jump to search
imported>Edokter
(Created page with '-ms-flex: {{{1|1 0 auto}}}; -webkit-flex: {{{1|1 0 auto}}}; flex: {{{1|1 0 auto}}};<noinclude> This template sets up the parameters for the <code>flex</code> CS...')
 
imported>Edokter
(+cat)
Line 2: Line 2:
  
 
This template sets up the parameters for the <code>flex</code> CSS property. Despite its name, it does ''not'' support the old <code>-''n''-box-flex</code> syntax.
 
This template sets up the parameters for the <code>flex</code> CSS property. Despite its name, it does ''not'' support the old <code>-''n''-box-flex</code> syntax.
 +
 +
[[Category:Cross-browser compatibility templates]]
 
</noinclude>
 
</noinclude>

Revision as of 14:47, 9 March 2014

-ms-flex: 1 0 auto; -webkit-flex: 1 0 auto; flex: 1 0 auto;

This template sets up the parameters for the flex CSS property. Despite its name, it does not support the old -n-box-flex syntax.