From ce74a2c562a2d2f03a4fe1cf95316096676ebbb6 Mon Sep 17 00:00:00 2001 From: Jannick Date: Thu, 2 May 2024 10:53:42 +0200 Subject: 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 --- static/styles/leaderboards.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 static/styles/leaderboards.css (limited to 'static/styles') 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 -- cgit v1.2.3