ari.lt/content/styles/casey/index.css
Ari Archer c4419048ae dear casey,
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2023-12-02 14:05:59 +02:00

19 lines
281 B
CSS

body {
line-height: 1.5;
background-color: #181818;
font-family: sans-serif;
color: whitesmoke;
padding: 2em;
}
main {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
margin: 0;
}
p {
margin-top: 1em;
}