Skip to content

Instantly share code, notes, and snippets.

@estefanionsantos
Last active June 27, 2018 05:17
Show Gist options
  • Save estefanionsantos/e985dceb74ef739e7c2725a206ff7ea0 to your computer and use it in GitHub Desktop.
Save estefanionsantos/e985dceb74ef739e7c2725a206ff7ea0 to your computer and use it in GitHub Desktop.
menu bar
<div class="expand bg_primary">
<div class="container">
<div class="menu_bar menu_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