Skip to content

Commit 781891f

Browse files
committed
added an illustration of flex-line-pack
1 parent feb0cd0 commit 781891f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

css3-flexbox/Overview.src.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,10 @@ <h3 id='flex-line-pack'>
900900

901901
<p class='note'>Note: Only <i>multi-line</i> flexboxes ever have free space in the <i>cross axis</i> for lines to be aligned in, because in a <i>single-line</i> flexbox the sole line automatically stretches to fill the space.</p>
902902

903-
<p class="issue">TODO: examples</p>
903+
<div class="figure">
904+
<img src="images/flex-line-pack-example.png" width=585 height=514>
905+
<p class='caption'>An illustration of the 'flex-line-pack' keywords and their effects on a multi-line flexbox.</p>
906+
</div>
904907

905908

906909
<h2 id='layout-algorithm'>
21.3 KB
Loading

0 commit comments

Comments
 (0)