Basic scoreboard framework added along with basic CSS to place cards in correct arrangement (using flex)

This commit is contained in:
Lucas Patenaude
2024-04-03 14:58:32 -06:00
parent 97c827a7b4
commit 227bde2178
3 changed files with 33 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
<!-- Linking forms.css -->
<link rel="stylesheet" type="text/css" href="css/login_and_registration.css">
<link rel="stylesheet" type="text/css" href="css/home-screen.css">
<link rel="stylesheet" type="text/css" href="css/live-scoreboard/scoreboard.css">
<title>Group 6 Final Project</title>