File tree 3 files changed +91
-4
lines changed
3 files changed +91
-4
lines changed Original file line number Diff line number Diff line change @@ -3528,15 +3528,15 @@ Aligning the Grid: the 'justify-content' and 'align-content' properties</h3>
3528
3528
</pre>
3529
3529
3530
3530
<figure>
3531
- <img src="images/spanned-gap.png "
3531
+ <img src="images/spanned-gap.svg "
3532
3532
alt="Grid with 10px gap and an element spanning all columns.
3533
- The sum of the columns is less than the width of the grid container.">
3533
+ The sum of the columns is less than the width of the grid container." height="426" width="500" >
3534
3534
<figcaption> Grid before alignment</figure>
3535
3535
</figure>
3536
3536
<figure>
3537
- <img src="images/spanned-gap-align.png "
3537
+ <img src="images/spanned-gap-align.svg "
3538
3538
alt="Same grid with increased gaps absorbing the excess grid containe width.
3539
- The spanning element has grown to accommodate the extra space assigned to the gap it crosses.">
3539
+ The spanning element has grown to accommodate the extra space assigned to the gap it crosses." height="426" width="500" >
3540
3540
<figcaption> Grid after alignment</figure>
3541
3541
</figure>
3542
3542
You can’t perform that action at this time.
0 commit comments