Last active
January 8, 2024 18:32
-
-
Save estefanionsantos/99393f9d9c11d2935d6a7b82732f40e5 to your computer and use it in GitHub Desktop.
menu horizontal
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_prm"> | |
<div class="container"> | |
<input type="checkbox" id="mn_x_bt" /> | |
<label for="mn_x_bt">☰</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