add stats page

This commit is contained in:
Tykayn 2025-05-02 11:29:40 +02:00 committed by tykayn
parent c23d4bd404
commit fca7661ad8
12 changed files with 767 additions and 6 deletions

23
styles/_stats.scss Normal file
View file

@ -0,0 +1,23 @@
#statsPage {
background: #fff;
padding: 2rem;
margin: 0 auto;
body {
background: #fff;
}
.counter {
font-size: 2rem;
font-weight: bold;
}
.text-right {
text-align: right;
}
.pair {
display: flex;
justify-content: space-between;
}
}