Files
PageProject/style.css
2020-01-13 13:49:54 +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;
}