Skip to content

Commit

Permalink
change music
Browse files Browse the repository at this point in the history
  • Loading branch information
malix254 committed Mar 17, 2024
1 parent f6277b8 commit 0c9f580
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@
><i class="fa-solid fa-message nav-icon"></i> Contact</a
>
</li>
<li class="nav-item">
<a onclick="togglePlay()" class="nav-link"
><i class="fa-solid fa-music nav-icon"></i> Music</a
>
</li>

</ul>
<i class="fa-solid fa-xmark nav-close" id="nav-close"></i>
</div>
Expand Down Expand Up @@ -1127,14 +1133,7 @@ <h1 class="footer-title">Griffins Mbae</h1>
</a>
</div>
</div>
<br>
<div class="button-containers">
<button class="button button-flex" onclick="togglePlay()" style="width: 100px;">Next</button>
<span class="space"></span>
<button class="button button-flex" onclick="togglePlay()" style="width: 100px;">Play</button>
<span class="space"></span>
<button class="button button-flex" onclick="togglePlay()" style="width: 100px;">Stop</button>
</div>

<p class="footer-copy">By Griffins | Mbae -Moringa</p>
</div>

Expand Down

0 comments on commit 0c9f580

Please sign in to comment.