i-eat.rocks/site/door/common.css
2024-09-13 20:49:46 -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;
}