diff options
author | Jannick <[email protected]> | 2024-05-02 10:53:42 +0200 |
---|---|---|
committer | Jannick <[email protected]> | 2024-05-02 10:53:42 +0200 |
commit | ce74a2c562a2d2f03a4fe1cf95316096676ebbb6 (patch) | |
tree | 25f67e6adf20be6262bf997c9e2970f7ed8406f0 /static | |
parent | de9b1edd68b94700d5a8ff65eeef3ecede7c907a (diff) |
Added leaderboard page
Added a button on the navbar, that'll take you to the leaderboard page.
Added leaderboards.html as well as leaderboards.css
Diffstat (limited to 'static')
-rw-r--r-- | static/styles/leaderboards.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/static/styles/leaderboards.css b/static/styles/leaderboards.css new file mode 100644 index 0000000..a7db6f8 --- /dev/null +++ b/static/styles/leaderboards.css @@ -0,0 +1,20 @@ +.leaderboard{ + width: 100%; +} + +.top_row { + background-color: #6e1818; + text-align: left; +} + +.row { + height: 50px; +} + +.data { + background-color: #1c1c1c; +} + +.wrapper { + text-align: center; +}
\ No newline at end of file |