Skip to content

Instantly share code, notes, and snippets.

@azappella
Last active August 29, 2015 13:57
Show Gist options
  • Save azappella/9602317 to your computer and use it in GitHub Desktop.
Save azappella/9602317 to your computer and use it in GitHub Desktop.
Mobile Menu Icon
.icon_hamburger {
width: 1.625em;
height: .313em;
background: black;
}
.icon_hamburger:before,
.icon_hamburger:after {
width: 1.625em;
height: .313em;
background: black;
}
.icon_hamburger:before {
top: -.625em;
}
.icon_hamburger:after {
bottom: -.625em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment