trianta.dev/style.css

11 lines
163 B
CSS
Raw Normal View History

2023-01-26 21:05:55 -06:00
html, body {
height: 100%;
margin: 0;
}
body {
background: black;
display: flex;
align-items: center;
justify-content: center;
}