Skip to content

Instantly share code, notes, and snippets.

@danfascia
Created July 16, 2018 10:03
Show Gist options
  • Save danfascia/5a159377a7e8c8bd30ce6a9c52a98381 to your computer and use it in GitHub Desktop.
Save danfascia/5a159377a7e8c8bd30ce6a9c52a98381 to your computer and use it in GitHub Desktop.
Nice box shadow with :hover
.box-shadow, .hover-box-shadow:hover { box-shadow: 0 0.5em 2em 0 rgba(100,100,100,.33); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment