Skip to content

Instantly share code, notes, and snippets.

@estefanionsantos
Created February 25, 2024 13:41
Show Gist options
  • Save estefanionsantos/38427db2a9ad69a69a34be1b09ce0879 to your computer and use it in GitHub Desktop.
Save estefanionsantos/38427db2a9ad69a69a34be1b09ce0879 to your computer and use it in GitHub Desktop.
navbar primary
<div class="expand bg_prm">
<input type="checkbox" id="mn_x_bt" />
<label for="mn_x_bt">&#9776;</label>
<div class="mn_x mn_prm">
<ul>
<li><a href="#">Home</a></li>
<li>
<a href="#">Products</a>
<ul>
<li><a href="#">Product 1</a></li>
<li><a href="#">Product 2</a></li>
<li>
<a href="#">Product 3</a>
<ul>
<li><a href="#">Sub Product 1</a></li>
<li><a href="#">Sub Product 2</a></li>
<li><a href="#">Sub Product 3</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#">Features</a></li>
<li><a href="#">Pricing</a></li>
</ul>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment