Framework for league container put down

This commit is contained in:
Lucas Patenaude
2024-04-11 06:04:08 -06:00
parent f42a2dce13
commit 25ce9bda97
6 changed files with 24 additions and 3 deletions

View File

@@ -0,0 +1,22 @@
<div class="container" id="league-page-body">
<!-- Container for all league information (logo, name, country, etc. ) <- top 100px -->
<div class="container" id="league-information-container">
</div>
<!-- Container to display all stats for league <- bottom rest of the container -->
<div class="container" id="league-stats-container">
<!-- Container to display league table -->
<div class="container" id="league-table-container">
</div>
<!-- Container to display top scorers for league -->
<div class="container" id="top-scorers-container">
</div>
</div>
</div>