Created
April 21, 2017 13:06
-
-
Save iaminstanceof/1d9a9031e656851dc3299a669de0a7b9 to your computer and use it in GitHub Desktop.
Great card shadow (large & awesome)
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
.great-shadow { | |
box-shadow: 0 64px 64px 0 rgba(0,0,0,.1), | |
0 32px 32px 0 rgba(0,0,0,.1), | |
0 16px 16px 0 rgba(0,0,0,.1), | |
0 8px 8px 0 rgba(0,0,0,.1), | |
0 4px 4px 0 rgba(0,0,0,.1), | |
0 2px 2px 0 rgba(0,0,0,.1); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment