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
@@ -690,6 +709,7 @@ Distributed Alignment: the ''<content-distribution>/stretch'', ''space-between''
690
709
691
710
<figure>
692
711
<img src="images/space-between.svg"
712
+
width="504" height="56"
693
713
alt="For example, given three items, all excess space is split in two and distributed: one half between the first two and one half between the last two items.">
694
714
</figure>
695
715
@@ -705,6 +725,7 @@ Distributed Alignment: the ''<content-distribution>/stretch'', ''space-between''
705
725
706
726
<figure>
707
727
<img src="images/space-around.svg"
728
+
width="504" height="56"
708
729
alt="For example, given three items, all excess space is split into sixths and distributed: one sixth at the start, one at the end, and two sixths (one third) each between the first two and between the last two items.">
709
730
</figure>
710
731
@@ -721,6 +742,7 @@ Distributed Alignment: the ''<content-distribution>/stretch'', ''space-between''
721
742
722
743
<figure>
723
744
<img src="images/space-evenly.svg"
745
+
width="504" height="56"
724
746
alt="For example, given three items, all excess space is split into fourths and distributed: to the start, to the end, to between the first two, and to between the last two items.">
725
747
</figure>
726
748
@@ -736,6 +758,7 @@ Distributed Alignment: the ''<content-distribution>/stretch'', ''space-between''
736
758
737
759
<figure>
738
760
<img src="images/space-stretch.svg"
761
+
width="504" height="56"
739
762
alt="For example, given three items, all excess space is split into thirds and distributed: one third to each item.">
740
763
</figure>
741
764
@@ -868,7 +891,7 @@ Overflow Alignment: the ''safe'' and ''unsafe'' keywords and scroll safety limit
868
891
<h2 id='content-distribution'>
869
892
Content Distribution: Aligning a Box’s Contents Within Itself</h2>
870
893
871
-
<dfn export id="content-distribute">Content distribution</dfn> controls alignment of the box's content within its content box.
894
+
<dfn export id="content-distribute" lt="content distribution | content-distribution">Content distribution</dfn> controls alignment of the box's content within its content box.
872
895
It is specified by the <dfn export>content-distribution properties</dfn>'align-content' and 'justify-content'
0 commit comments