Skip to content

Instantly share code, notes, and snippets.

@profstein
Created November 2, 2019 22:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save profstein/3ff9eb650c73d80da5926205b160620d to your computer and use it in GitHub Desktop.
Save profstein/3ff9eb650c73d80da5926205b160620d to your computer and use it in GitHub Desktop.
Simple Navigation HTML
<nav class="navcontainer" aria-label="main">
<ul class="navlist">
<li id="active"><a href="#" class="current">Item one</a></li>
<li><a href="#">Item two</a></li>
<li><a href="#">Item three</a></li>
<li><a href="#">Item four</a></li>
<li><a href="#">Item five</a></li>
</ul>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment