Initial commit

This commit is contained in:
2022-08-07 15:11:40 +02:00
commit fc70e7a9f8
10 changed files with 2066 additions and 0 deletions

20
css/main.css Normal file
View File

@@ -0,0 +1,20 @@
html {
font-family: 'Roboto', sans-serif;
}
.content-wrapper {
margin-top: 6em;
width: 80%;
margin-left: 10%;
}
h1 {
font-weight: 700;
}
#wgrnh-text {
font-weight: 300;
margin-top: 2em;
font-size: xx-large;
text-align: center;
}