Skip to content

Instantly share code, notes, and snippets.

@caseydriscoll
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caseydriscoll/e038075fa1979d4a37e0 to your computer and use it in GitHub Desktop.
Save caseydriscoll/e038075fa1979d4a37e0 to your computer and use it in GitHub Desktop.
Oreo Menu
<a class="oreo-menu" href="#menu">
<div class="oreo"></div>
<div class="oreo"></div>
<div class="oreo"></div>
</a>
header.site-header a.oreo-menu {
display: block; float: right;
width: 40px; height: 40px;
margin: 5px 0px 5px 0;
color: black;
font-size: 22px;
text-align: center;
}
header.site-header a.oreo-menu div.oreo {
width: 24px; height: 6px;
margin-top: 2px; margin-left: 8px;
background-color: black;
}
header.site-header a.oreo-menu div.oreo:first-child {
margin-top: 8px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment