New Styling added to league page cards

This commit is contained in:
Lucas Patenaude
2024-04-15 02:09:31 -06:00
parent 19ca0cd36f
commit c9b7be334a
2 changed files with 5 additions and 6 deletions

View File

@@ -106,9 +106,8 @@
padding: 15px;
/* --- STYLE CONTAINER --- */
background-color: #ffffff; /* Example background color */
background: linear-gradient(to top, rgb(216, 216, 216), rgb(236, 236, 236), rgb(241, 240, 240));
border: 1px solid gray;
border-radius: 8px;
box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
}