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
<p>The 'justify-content' and 'align-content' properties control alignment of the box's content within the box.
500
500
501
501
<divclass="figure">
502
-
<p><imgalt="Diagram showing that the alignment of the content within the element is affected." src="content-target.jpg">
502
+
<p><imgalt="Diagram showing that the alignment of the content within the element is affected." src="images/content-example.svg" width=212height=212>
503
503
</div>
504
504
505
505
<tableclass=propdef>
@@ -649,7 +649,7 @@ <h2 id='self-alignment'>
649
649
The 'justify-self' and 'align-self' properties control alignment of the box within its containing block.
650
650
651
651
<divclass="figure">
652
-
<p><imgalt="Diagram showing that the alignment of the element within its containing block is affected." src="self-target.jpg">
652
+
<p><imgalt="Diagram showing that the alignment of the element within its containing block is affected." src="images/self-example.svg" width=212height=212>
653
653
</div>
654
654
655
655
<h3id='justify-self-property'>
@@ -931,7 +931,7 @@ <h2 id='default-alignment'>
931
931
The 'align-items' and 'justify-items' properties set the default 'align-self' and 'justify-self' behavior of the items contained by the element.
932
932
933
933
<divclass="figure">
934
-
<p><imgalt="Diagram showing that the alignment of grid items within the element is affected." src="child-target.jpg">
934
+
<p><imgalt="Diagram showing that the alignment of grid items within the element is affected." src="images/items-example.svg" width=212height=212>
0 commit comments