Skip to content

Instantly share code, notes, and snippets.

@james0r
Created April 12, 2020 05:23
Show Gist options
  • Save james0r/cfac523fdeef8b79ea6362874391815a to your computer and use it in GitHub Desktop.
Save james0r/cfac523fdeef8b79ea6362874391815a to your computer and use it in GitHub Desktop.
CSS Dropdown - Basic Markup
<header>
<div class="hamburger-container">
<div></div>
<div></div>
<div></div>
<input type="checkbox">
<nav>
<ul>
<li></li>
<li></li>
<li></li>
</ul>
</nav>
</div>
</header>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment