Files
PageNothingToSee/style.css
Julian 33a4e2b675 init
2020-01-11 15:24:02 +01:00

11 lines
162 B
CSS

body {
background-color: #333339;
}
h1 {
width:500px;
margin: 0 auto;
text-align:center;
margin-top: calc(50vh - 12px);
color: #00D9F7;
}