HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-03-09
1 <p>The align-items value affects the display of rows in the flex container if align-content is set to stretch. We tested this in the previous assignment.</p>
1 <p>The align-items value affects the display of rows in the flex container if align-content is set to stretch. We tested this in the previous assignment.</p>
2 <p>Is there a similar effect on other align-content values? No.</p>
2 <p>Is there a similar effect on other align-content values? No.</p>
3 <p>We can verify this by way of the example of the center value, which centers rows in the middle of the cross axis so that:</p>
3 <p>We can verify this by way of the example of the center value, which centers rows in the middle of the cross axis so that:</p>
4 <ul><li>there are no margins between adjacent rows (but the margins of the items themselves are preserved),</li>
4 <ul><li>there are no margins between adjacent rows (but the margins of the items themselves are preserved),</li>
5 <li>and the distance between the first row and the edge of the flex container is equal to the distance between the last row and the other edge.</li>
5 <li>and the distance between the first row and the edge of the flex container is equal to the distance between the last row and the other edge.</li>
6 </ul><p>Let’s experiment.</p>
6 </ul><p>Let’s experiment.</p>