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 df4faf8 commit 3f1dd3b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 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="key_term d-block text-center p-5">Forte</div>
<div class="key_term d-block text-center p-5"></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>
<button class="btn opt1" style="flex-basis: 50% !important;"></button>
<button class="btn opt2" style="flex-basis: 50% !important;"></button>
</div>
<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>
<button class="btn opt3" style="flex-basis: 50% !important;"></button>
<button class="btn opt4" style="flex-basis: 50% !important;"></button>
</div>
</section>

Expand Down Expand Up @@ -104,6 +104,8 @@ <h1 class="welcome_title pt-5 m-0 text-center"></h1>
script("Music", topic_chosen);
} else if (game_chosen == "Quiz") {
document.querySelector(".quiz").classList.remove('d-none');
startQuizStopwatch();
quiz("Music", topic_chosen);
}
});
});
Expand Down

0 comments on commit 3f1dd3b

Please sign in to comment.