Skip to content

Instantly share code, notes, and snippets.

@estefanionsantos
Last active January 8, 2024 18:32
Show Gist options
  • Save estefanionsantos/99393f9d9c11d2935d6a7b82732f40e5 to your computer and use it in GitHub Desktop.
Save estefanionsantos/99393f9d9c11d2935d6a7b82732f40e5 to your computer and use it in GitHub Desktop.
menu horizontal
<div class="expand bg_prm">
<div class="container">
<input type="checkbox" id="mn_x_bt" />
<label for="mn_x_bt">&#9776;</label>
<div class="mn_x mn_prm">
<ul>
<li><a href="#">Dobok CSS</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="#">About</a></li>
<li><a href="#">Contact</a></li>
<li><a href="https://github.com/dobokcss/dobokcss">Github</a></li>
<li><a href="https://dobokcss.github.io/downloads/">Download</a></li>
</ul>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment