Created
June 8, 2015 11:44
-
-
Save vandernoud/9b04b8906d3e9dc3f716 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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