Skip to content

Instantly share code, notes, and snippets.

@estefanionsantos
Created February 23, 2019 19:41
Show Gist options
  • Save estefanionsantos/85fdf67700e757a78d2eea95b3e9e100 to your computer and use it in GitHub Desktop.
Save estefanionsantos/85fdf67700e757a78d2eea95b3e9e100 to your computer and use it in GitHub Desktop.
<div class="expand bg_primary">
<div class="container">
<div class="nv_bar nv_primary">
<ul>
<li><a href="#">Dobok CSS
<li>
<a href="#">Products
<ul>
<li><a href="#">Product 1
<li><a href="#">Product 2
<li>
<a href="#">Product 3
<ul>
<li><a href="#">Sub Product 1
<li><a href="#">Sub Product 2
<li><a href="#">Sub Product 3
</ul>
</li>
</ul>
</li>
<li><a href="#">About
<li><a href="#">Contact
</ul>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment