Skip to content

Instantly share code, notes, and snippets.

@iaminstanceof
Created March 5, 2017 07:45
Show Gist options
  • Save iaminstanceof/29c3609d6d25c0d3e0705b0d2681fbb7 to your computer and use it in GitHub Desktop.
Save iaminstanceof/29c3609d6d25c0d3e0705b0d2681fbb7 to your computer and use it in GitHub Desktop.
Perfect-rendered CSS shadow (very large)
.shadow-xlarge-bottom {
box-shadow: 0 64px 64px 0 rgba(0,0,0,.05),
0 32px 32px 0 rgba(0,0,0,.05),
0 16px 16px 0 rgba(0,0,0,.05),
0 8px 8px 0 rgba(0,0,0,.05),
0 4px 4px 0 rgba(0,0,0,.05),
0 2px 2px 0 rgba(0,0,0,.05);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment