This commit is contained in:
Julian
2020-01-11 15:24:02 +01:00
commit 33a4e2b675
2 changed files with 35 additions and 0 deletions

11
style.css Normal file
View File

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