Created
February 23, 2019 19:41
-
-
Save estefanionsantos/85fdf67700e757a78d2eea95b3e9e100 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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