Skip to content

Instantly share code, notes, and snippets.

@mikeoberdick
Last active April 29, 2021 00:40
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 mikeoberdick/6fe5db021e56de3184a3eff79bf9df4f to your computer and use it in GitHub Desktop.
Save mikeoberdick/6fe5db021e56de3184a3eff79bf9df4f to your computer and use it in GitHub Desktop.
Drop shadow CSS for png image with transparent background
-webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,.75));
filter: drop-shadow(5px 5px 5px rgba(0,0,0,.75));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment