Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
RasperRevision authored Mar 27, 2024
1 parent 6d57d0a commit 7c1ca80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ <h1 class="welcome_title pt-5 m-0 text-center text-white"></h1>
<div class="quiz_content position-absolute left-0 right-0 w-100 top-0">
<div class="key_term d-block text-center p-5 text-white fw-bold fs-4"></div>
<div class="d-flex">
<button class="btn opt1 text-white py-2 my-4" style="flex-basis: 50% !important;"></button>
<button class="btn opt2 text-white py-2 my-4" style="flex-basis: 50% !important;"></button>
<button class="btn opt1 text-white py-3 my-3" style="flex-basis: 100% !important;"></button>
<button class="btn opt2 text-white py-3 my-3" style="flex-basis: 100% !important;"></button>
</div>
<div class="d-flex">
<button class="btn opt3 text-white py-2 my-4" style="flex-basis: 50% !important;"></button>
<button class="btn opt4 text-white py-2 my-4" style="flex-basis: 50% !important;"></button>
<button class="btn opt3 text-white py-3 my-3" style="flex-basis: 100% !important;"></button>
<button class="btn opt4 text-white py-3 my-3" style="flex-basis: 100% !important;"></button>
</div>
</div>

Expand Down

0 comments on commit 7c1ca80

Please sign in to comment.