Skip to content

Instantly share code, notes, and snippets.

@vpodk
Created April 27, 2020 02:25
Show Gist options
  • Save vpodk/4505c5ea6b9d645927662307ec2c057e to your computer and use it in GitHub Desktop.
Save vpodk/4505c5ea6b9d645927662307ec2c057e to your computer and use it in GitHub Desktop.
Clean Application - Hamburger Menu
nav ul,
nav a {
background-color: Indigo;
color: White;
}
nav .menu a.active,
nav .menu a:active,
nav .menu a:hover {
background-color: DarkMagenta;
}
nav .hamburger span,
nav .hamburger span::before,
nav .hamburger span::after {
background-color: White;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment