Initial commit

This commit is contained in:
Julian
2020-01-13 13:49:54 +01:00
commit dd510d444c
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;
}