forked from lucaspatenaude/ScoreSpot
club homepage complete
This commit is contained in:
@@ -4,6 +4,30 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#club-page-body {
|
||||
padding: 50px;
|
||||
}
|
||||
|
||||
#club-crest {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#club-area-flag-row {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#club-area-flag {
|
||||
width : 150px;
|
||||
}
|
||||
|
||||
#club-players-container {
|
||||
padding: 30px;
|
||||
}
|
||||
|
||||
#top-scorers-container {
|
||||
padding : 30px
|
||||
}
|
||||
|
||||
#club-information-container {
|
||||
height: 100px;
|
||||
width: fit-content;
|
||||
@@ -31,8 +55,9 @@
|
||||
}
|
||||
|
||||
#club-logo {
|
||||
margin: 0px 30px;
|
||||
margin: 0px 20px;
|
||||
transform: skewX(20deg); /* Skew the banner to create a triangular side */
|
||||
height: 80px;
|
||||
}
|
||||
|
||||
#club-title {
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
}
|
||||
|
||||
/* Table that holds all the standing information */
|
||||
#standings-table
|
||||
#standings-table, .table
|
||||
{
|
||||
width: 100%;
|
||||
padding: 15px;
|
||||
@@ -43,7 +43,8 @@
|
||||
/* Data in Row Style */
|
||||
td
|
||||
{
|
||||
padding: 5px;
|
||||
padding: 15px;
|
||||
|
||||
}
|
||||
|
||||
/* Every Odd Row in Table Style */
|
||||
|
||||
Reference in New Issue
Block a user