The whole-ass thing

This commit is contained in:
Nikolaj
2021-12-24 18:14:59 +01:00
commit 64b309b085
63 changed files with 374 additions and 0 deletions

34
static/css/stylesheet.css Normal file
View File

@ -0,0 +1,34 @@
.mainpage, .stats {
display: flex;
}
.mainpage img {
width: 600pt;
}
.rounds, .points {
font-size: 15pt;
font-weight: bold;
margin: 10pt;
}
.finalpage, .menupage {
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
align-items: center;
justify-items: center;
}
.finalpage .finalscore {
margin-bottom: 30pt;
margin-top: 60pt;
font-weight: bold;
font-size: 20pt;
}
.menupage form .number {
width: 50pt;
text-align: right;
}