0 added
0 removed
Original
2026-01-01
Modified
2026-03-09
1
<p>Doesn’t it remind you of absolute positioning?</p>
1
<p>Doesn’t it remind you of absolute positioning?</p>
2
<p>The good old z-index property can be used to position intersecting grid items just like it can be used to arrange absolutely positioned elements.</p>
2
<p>The good old z-index property can be used to position intersecting grid items just like it can be used to arrange absolutely positioned elements.</p>
3
<p>The higher the z-index, the higher the position of the element in the “stack.” If two elements have the same z-index, then the one that comes next in the markup will be positioned higher.</p>
3
<p>The higher the z-index, the higher the position of the element in the “stack.” If two elements have the same z-index, then the one that comes next in the markup will be positioned higher.</p>
4
<p>Let’s check this point in practice.</p>
4
<p>Let’s check this point in practice.</p>