i-eat.rocks/door/common.css
PossiblyAxolotl 8d4cf12116 add door
2024-08-16 17:13:23 -06:00

31 lines
No EOL
338 B
CSS

body, html {
padding:0;
margin: 0;
height: 100%;
}
body {
background-color: black;
text-align: center;
align-content: center;
display: grid;
}
@keyframes reveal {
0% {
opacity: 0%;
}
100% {
opacity: 100%;
}
}
img {
image-rendering: pixelated;
}
p {
color: white;
}