style-forge.helpers
Version:
Style-Forge.Helpers: essential CSS helper classes for spacing, alignment, visibility, and more in web development.
14 lines (13 loc) • 288 B
CSS
.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\:3 { z-index: 30 }
.z\:4 { z-index: 40 }
.z\:5 { z-index: 50 }
.z\:6 { z-index: 60 }
.z\:7 { z-index: 70 }
.z\:8 { z-index: 80 }
.z\:9 { z-index: 90 }
.z\:10 { z-index: 100 }