Skip to content

Commit

Permalink
nav check
Browse files Browse the repository at this point in the history
  • Loading branch information
xebobytes committed Nov 20, 2023
1 parent ef81639 commit 02bcb82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@

<!-- Navigation -->
<nav id=nav aria-labelledby="mainmenulabel">
<label for="nav-check" class="checkbtn">
<input type="checkbox" id="nav-check">
<label for="nav-check" class="checkbtn">
<i class="fas fa-plus closing"></i>
<i class="fas fa-bars opening"></i>
</label>
<input type="checkbox" id="nav-check">
<span id="mainmenulabel" class="hidden">Main Menu</span>
<ul>
<li><a class="active" href="index.html" aria-current="page">Home</a></li>
Expand Down

0 comments on commit 02bcb82

Please sign in to comment.