Init directories and add base CSS.

This commit is contained in:
2021-07-27 13:51:24 +02:00
parent 7041d01d59
commit 7a622c5e3e
10 changed files with 32 additions and 1 deletions

0
css/about.css Normal file
View File

0
css/contact.css Normal file
View File

17
css/index.css Normal file
View File

@ -0,0 +1,17 @@
body {
background-color: #282828;
}
h1 {
color: #ebdbb2;
text-align: center;
font-size: 55px;
margin-top: 10vh;
}
p {
color: #ebdbb2;
text-align: center;
font-size: 35px;
margin-top: 4vh;
}