Spaces:
Build error
Build error
File size: 350 Bytes
494eeb9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
html, body {
margin: 0;
padding: 0;
font-family: sans-serif;
}
.min-h-screen {
min-height: 100vh;
}
.flex {
display: flex;
}
.flex-col {
flex-direction: column;
}
.bg[#121212] {
background-color: #121212;
}
.text[#f0f0f0] {
color: #f0f0f0;
}
.text-z-0 {
z-index: 0;
}
.text-z-../..: {
z-index: -1;
}
.text-z-../.. {
z-index: -2;;
} |