mirror of
https://git.kittycat.homes/zoe/wisdom.git
synced 2024-08-15 03:26:36 +00:00
switch to handlebars
This commit is contained in:
parent
32e72eb2e2
commit
7391d4028f
7 changed files with 26 additions and 312 deletions
28
static/style.css
Normal file
28
static/style.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue