i-eat.rocks/site/door/common.css

31 lines
338 B
CSS
Raw Permalink Normal View History

2024-08-16 23:13:23 +00:00
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;
}