Skip to content

Instantly share code, notes, and snippets.

@theodoregold
Last active March 16, 2020 19:14
Show Gist options
  • Save theodoregold/8cd7bc6376c84c8816c32097911cd9f2 to your computer and use it in GitHub Desktop.
Save theodoregold/8cd7bc6376c84c8816c32097911cd9f2 to your computer and use it in GitHub Desktop.
IMHO a very cool box-shadow.
box-shadow:
0 1px 1px rgba(0,0,0,0.1),
0 2px 2px rgba(0,0,0,0.1)
box-shadow:
0 2px 2px rgba(41,47,56,0.1),
0 4px 4px rgba(41,47,56,0.1),
0 8px 8px rgba(41,47,56,0.1),
0 16px 16px rgba(41,47,56,0.1),
0 32px 32px rgba(41,47,56,0.1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment