Skip to content

Instantly share code, notes, and snippets.

@estefanionsantos
Created December 29, 2019 18:02
Show Gist options
  • Save estefanionsantos/abc9bfef2b97b349d795995ed2227ae0 to your computer and use it in GitHub Desktop.
Save estefanionsantos/abc9bfef2b97b349d795995ed2227ae0 to your computer and use it in GitHub Desktop.
nav sidebar without javascript
<ul class="nv_sidebar nv_prm">
<li>
<a href="#itm1" class="arrow">Lorem</a>
</li>
<li id="itm2" class="arrow">
<a href="#itm2">Ipsum</a>
<ul>
<li><a href="#">Fusce</a></li>
<li><a href="#">Vestibulum</a></li>
<li><a href="#">Scelerisque</a></li>
</ul>
</li>
<li>
<a href="#itm2">Dolor</a>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment