Skip to content

Instantly share code, notes, and snippets.

@vandernoud
Created June 8, 2015 11:44
Show Gist options
  • Save vandernoud/9b04b8906d3e9dc3f716 to your computer and use it in GitHub Desktop.
Save vandernoud/9b04b8906d3e9dc3f716 to your computer and use it in GitHub Desktop.
// For PNG dropshadows
.shadow {
filter: drop-shadow(10px 10px 3px rgba(0,0,0,1));
-webkit-filter: drop-shadow(10px 10px 3px rgba(0,0,0,1));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment