switch to handlebars

This commit is contained in:
zoe 2022-01-20 13:42:37 +01:00
parent 32e72eb2e2
commit 7391d4028f
7 changed files with 26 additions and 312 deletions

28
static/style.css Normal file
View file

@ -0,0 +1,28 @@
@import url("https://fonts.googleapis.com/css2?family=Prata&display=swap");
body {
margin: 0;
padding: 0;
}
div {
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
margin-left: 24%;
margin-right: 24%;
}
a {
color: floralwhite;
font-size: 400%;
text-align: center;
font-family: "Prata", serif;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
body {
background-color: #080808;
}