Skip to content

Commit

Permalink
label
Browse files Browse the repository at this point in the history
  • Loading branch information
arielchuri committed Mar 4, 2024
1 parent a6218b4 commit 52e07b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions classFiles/class06/layout_grid/main_menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ const header= `
</ul>
<nav>
</header>
<label for="checkbox">
<!-- <i class="fa fa-bars menu-icon"></i> -->
<i class="fas fa-caret-down menu-icon"></i>
</label>
`

document.querySelector("body").insertAdjacentHTML("afterbegin", header);

0 comments on commit 52e07b8

Please sign in to comment.