Skip to content

Instantly share code, notes, and snippets.

@estefanionsantos
Last active April 25, 2020 19:11
Show Gist options
  • Save estefanionsantos/61a48f7fe0e4bb0debeb933957b075d9 to your computer and use it in GitHub Desktop.
Save estefanionsantos/61a48f7fe0e4bb0debeb933957b075d9 to your computer and use it in GitHub Desktop.
<ul class="nv_sidebar nv_prm">
<li><a href="#">lorem</a></li>
<li class="has_dropdown"><a href="#">ipsum</a>
<ul>
<li><a href="#">mauris</a></li>
<li class="has_dropdown"><a href="#">magna</a>
<ul>
<li><a href="#">elit</a></li>
<li><a href="#">tellus</a> </li>
</ul>
</li>
</ul>
</li>
<li><a href="#">dolor</a></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment