Skip to content

Instantly share code, notes, and snippets.

@cocodrino
Created November 6, 2019 15:22
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 cocodrino/a7796f160ba902d6587f6aa25f829c5e to your computer and use it in GitHub Desktop.
Save cocodrino/a7796f160ba902d6587f6aa25f829c5e to your computer and use it in GitHub Desktop.
add margin to horizontal menu
.your_nav_element:not(:last-child) {
-webkit-box-shadow: 10px 0px 0px -9px white;
-moz-box-shadow: 10px 0px 0px -9px white;
box-shadow: 10px 0px 0px -9px white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment