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 17, 2024
1 parent cfb2724 commit 077d549
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ <h1 class="welcome_title pt-5 m-0 text-center"></h1>
</div>

<div class="subjects d-flex p-5 w-100 h-100">
<button class="subject btn text-white fs-1 bg-danger" style="flex-basis: 100%">Music</button>
<button class="subject btn text-white fs-1 bg-info" style="flex-basis: 100%">English Literature</button>
<button class="subject btn text-white fs-1 bg-warning" style="flex-basis: 100%">Computer Science</button>
<button class="subject btn text-white fs-1 bg-info" style="flex-basis: 100%">English Literature</button>
<button class="subject btn text-white fs-1 bg-danger" style="flex-basis: 100%">Music</button>
</div>
</div>
</section>
Expand Down Expand Up @@ -206,4 +206,4 @@ <h1 class="welcome_title pt-5 m-0 text-center"></h1>

</body>

</html>
</html>

0 comments on commit 077d549

Please sign in to comment.