More stylinbg added for league pages
This commit is contained in:
@@ -47,14 +47,30 @@
|
||||
}
|
||||
|
||||
#league-table-container {
|
||||
|
||||
flex: 1;
|
||||
background-color: #eaeaea; /* Example background color */
|
||||
margin: 10px;
|
||||
|
||||
border: 1px solid gray;
|
||||
border-radius: 8px;
|
||||
|
||||
box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
|
||||
/* Add any other styling you need for the league table container */
|
||||
}
|
||||
|
||||
#standings-table {
|
||||
width: 100%;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#table-logo {
|
||||
width: 20px;
|
||||
margin: 0;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
#standings-table td {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
/* Define styles for odd and even rows */
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<!-- Container to display league table <- split 50% -->
|
||||
<div class="container" id="league-table-container">
|
||||
|
||||
<h3>Standings</h3>
|
||||
<h2>Table</h2>
|
||||
<table id="standings-table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user