Skip to content

Instantly share code, notes, and snippets.

@Phlow
Created February 6, 2016 09:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Phlow/5e1e2abc3a422849a870 to your computer and use it in GitHub Desktop.
Save Phlow/5e1e2abc3a422849a870 to your computer and use it in GitHub Desktop.
Simple but elegant looking box-shadow to make a <div> look like a sheet of paper
.box-shadow { box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),
0 1px 5px 0 rgba(0,0,0,0.12),
0 3px 1px -2px rgba(0,0,0,0.2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment