Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
RasperRevision committed Feb 7, 2024
1 parent a625242 commit f29202e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ <h1 class="welcome_title pt-5 m-0 text-center"></h1>
</section>

<section class="quiz d-none">
<div class="term d-block text-center">Forte</div>
<div class="row">
<button class="btn">Loud</button>
<button class="btn">Soft</button>
<div class="key_term d-block text-center p-5">Forte</div>
<div class="d-flex">
<button class="btn" style="flex-basis: 50% !important;">Loud</button>
<button class="btn" style="flex-basis: 50% !important;">Soft</button>
</div>
<div class="row">
<button class="btn">Very Loud</button>
<button class="btn">Quite Loud</button>
<div class="d-flex">
<button class="btn" style="flex-basis: 50% !important;">Very Loud</button>
<button class="btn" style="flex-basis: 50% !important;">Quite Loud</button>
</div>
</section>

Expand Down

0 comments on commit f29202e

Please sign in to comment.