Z-Index
The z-index utility classes help manage the stacking order of elements. These classes allow you to control the z-index property easily.
CSS Classes
Class | Description |
---|---|
z | z-index: auto |
z:-1 | z-index: -10 |
z:0 | z-index: 0 |
z:1 | z-index: 10 |
z:2 | z-index: 20 |
... | ... |
z:10 | z-index: 100 |
Z-index:
<div class="z:auto"> Z-Index z:auto </div>
html
-1
0
1
2
3
4
5
6
7
8
9
10
z:auto