Added CSS for league page

This commit is contained in:
Lucas Patenaude
2024-04-11 06:07:35 -06:00
parent 25ce9bda97
commit 1beb9b1881
3 changed files with 36 additions and 3 deletions

View File

@@ -8,12 +8,12 @@
<!-- Container to display all stats for league <- bottom rest of the container -->
<div class="container" id="league-stats-container">
<!-- Container to display league table -->
<!-- Container to display league table <- split 50% -->
<div class="container" id="league-table-container">
</div>
<!-- Container to display top scorers for league -->
<!-- Container to display top scorers for league <- Split 50% -->
<div class="container" id="top-scorers-container">
</div>