You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css3-flexbox/Overview.src.html
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -496,14 +496,10 @@ <h3 id='flex-order'>
496
496
497
497
498
498
<h2id='flexibility'>
499
-
Flexibility</h2>
499
+
Flexibility: the ''flex()'' notation</h2>
500
500
501
-
<p>The defining aspect of flexbox layout is the ability to make the <i>flexbox items</i> "flex", altering their width or height to fill the available space. This is done by declaring a <dfn>flexible length</dfn> with the ''flex()'' notation, defined below.</p>
501
+
<p>The defining aspect of flexbox layout is the ability to make the <i>flexbox items</i> "flex", altering their width or height to fill the available space. This is done by setting an element's 'width' or 'height' to a <i>flexible length</i> value.</p>
502
502
503
-
504
-
<h3id='flex-notation'>
505
-
The ''flex()'' notation</h3>
506
-
507
503
<p>The ''flex()'' notation is used to specify the parameters of a <dfntitle="flexible length|flexible lengths|flexible length's">flexible length</dfn>: the <dfnid="positive-flexibility" title="positive flexibility">positive</dfn> and <dfn>negative flexibility</dfn>, and the <dfn>preferred size</dfn>. The syntax of the ''flex()'' notation is:</p>
0 commit comments