Building out game schedule HTML and Javascript, small CSS changes
This commit is contained in:
17
index.html
17
index.html
@@ -44,20 +44,11 @@
|
||||
|
||||
<section class="py-12" aria-label="Team Game Schedule">
|
||||
<h2 class="text-2xl font-black text-center mb-12 section-header">Game Schedule</h2>
|
||||
<div class="items-center flex justify-evenly">
|
||||
<div class="text-center">
|
||||
<h2 id="utahScore" class="text-4xl font-black text-red">36</h2>
|
||||
<h3 id="opponent" class="text-xl uppercase font-black">Utah</h3>
|
||||
</div>
|
||||
<div class="text-center">
|
||||
<h2 class="text-4xl uppercase font-black game-versus">VS</h2>
|
||||
<h3 class="text-2xl uppercase font-black">Sep 3, 2022</h3>
|
||||
</div>
|
||||
<div class="text-center">
|
||||
<h2 id="opponentScore" class="text-4xl font-black text-red">29</h2>
|
||||
<h3 id="opponent" class="text-xl uppercase font-black">Florida</h3>
|
||||
</div>
|
||||
|
||||
<div id="game-panel-container">
|
||||
<!-- This is where the game data comes into play! -->
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user