Skip to content

Instantly share code, notes, and snippets.

@Terieyenike
Created April 29, 2020 09:55
Show Gist options
  • Save Terieyenike/1e76dfd70aa75f2db9ab5b84eaa9bffc to your computer and use it in GitHub Desktop.
Save Terieyenike/1e76dfd70aa75f2db9ab5b84eaa9bffc to your computer and use it in GitHub Desktop.
HTML for the navigation menu
<button id="hamburger" class="hamburger"></button>
<nav id="main__nav" class="main__nav">
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Service</a>
<a href="#">Work with me</a>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment