Files
JellySport/ProjectSourceCode/src/resources/css/generated-pages/club-pages/club-page.css

52 lines
875 B
CSS
Raw Normal View History

/*
===========================
LEAGUE INFORMATION CHILD ITEMS
===========================
*/
/* Styling for League Logo in Club Information Header */
#club-logo
{
margin: 0px 30px;
transform: skewX(20deg); /* Skew the banner to create a triangular side */
height: 80%;
}
/* Styling for League Title in Club Information Header */
#club-title
{
transform: skewX(20deg); /* Skew the banner to create a triangular side */
margin-right: 20px;
}
/* Styling for FLag in Club Information Header */
#club-flag
{
transform: skewX(20deg); /* Skew the banner to create a triangular side */
height: 20px;
margin-right: 200px;
}
/*
=============================================
CARDS IN PAGE BODY
=============================================
*/
2024-04-15 19:52:47 -06:00
#club-page-contents-container {
display: flex;
flex-direction: row;
}
2024-04-13 17:11:28 -06:00
2024-04-13 18:45:55 -06:00
2024-04-13 19:48:25 -06:00