api.violets-purgatory.dev/static/ambience/style.css

19 lines
252 B
CSS
Raw Normal View History

2024-07-26 02:53:19 -05:00
body {
background-image: none;
background-color: black;
display: flex;
align-items: center;
margin: auto;
}
@media screen and (min-height: 500px) {
html,
body {
height: 100%;
}
}
#time {
font-size: 5rem;
}