Skip to content

Instantly share code, notes, and snippets.

@iaminstanceof
Created April 21, 2017 13:06
Show Gist options
  • Save iaminstanceof/1d9a9031e656851dc3299a669de0a7b9 to your computer and use it in GitHub Desktop.
Save iaminstanceof/1d9a9031e656851dc3299a669de0a7b9 to your computer and use it in GitHub Desktop.
Great card shadow (large & awesome)
.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