Updates to CSS but some formatting appears to have broken
This commit is contained in:
@@ -0,0 +1,35 @@
|
|||||||
|
/* Main Contents Container (Below Header) */
|
||||||
|
#club-page-contents-container
|
||||||
|
{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
}
|
||||||
|
/* Child Containers */
|
||||||
|
|
||||||
|
/* Left 20% of #club-page-contents-container
|
||||||
|
#club-information-container
|
||||||
|
{
|
||||||
|
width: 20%;
|
||||||
|
} */
|
||||||
|
|
||||||
|
#club-information-container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
#club-stats-and-players-container
|
||||||
|
{
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
#club-page-contents-container {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -14,6 +14,11 @@
|
|||||||
flex-direction: column; /* Arrange child elements vertically */
|
flex-direction: column; /* Arrange child elements vertically */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.page-content-container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
=================================
|
=================================
|
||||||
LEAGUE INFORMATION HEADER
|
LEAGUE INFORMATION HEADER
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="/css/homepage/homepage.css">
|
<link rel="stylesheet" type="text/css" href="/css/homepage/homepage.css">
|
||||||
|
|
||||||
<!-- All Generated Pages CSS -->
|
<!-- All Generated Pages CSS -->
|
||||||
<link rel="stylesheet" type="text/css" href="/css/generated-pages/card-styling.css">
|
<link rel="stylesheet" type="text/css" href="/css/generated-pages/generated-pages-styling.css">
|
||||||
|
|
||||||
<!-- League Page Stylesheets -->
|
<!-- League Page Stylesheets -->
|
||||||
<link rel="stylesheet" type="text/css" href="/css/generated-pages/league-pages/league-page.css">
|
<link rel="stylesheet" type="text/css" href="/css/generated-pages/league-pages/league-page.css">
|
||||||
@@ -32,9 +32,8 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="/css/generated-pages/league-pages/league-top-scorers.css">
|
<link rel="stylesheet" type="text/css" href="/css/generated-pages/league-pages/league-top-scorers.css">
|
||||||
|
|
||||||
<!-- Club Page Stylesheets -->
|
<!-- Club Page Stylesheets -->
|
||||||
<link rel="stylesheet" type="text/css" href="/css/generated-pages/club-pages/club-page.css">
|
<link rel="stylesheet" type="text/css" href="/css/generated-pages/club-pages/club-page-layouts.css">
|
||||||
<link rel="stylesheet" type="text/css" href="/css/generated-pages/club-pages/club-players-and-stats-card.css">
|
<link rel="stylesheet" type="text/css" href="/css/generated-pages/club-pages/club-page-styling.css">
|
||||||
<link rel="stylesheet" type="text/css" href="/css/generated-pages/club-pages/club-information-card.css">
|
|
||||||
|
|
||||||
<title>Group 6 Final Project</title>
|
<title>Group 6 Final Project</title>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user