Skip to content

Instantly share code, notes, and snippets.

@Aminejvm
Created August 24, 2019 02:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Aminejvm/a3423e922edc41994ac69461b35ff142 to your computer and use it in GitHub Desktop.
Save Aminejvm/a3423e922edc41994ac69461b35ff142 to your computer and use it in GitHub Desktop.
[shadows depth] #css #shadow
box-shadow: 0px 1px 3px rgba(0,0,0,0.2); /* notice but not dominate*/
box-shadow: 0px 4px 6px rgba(0,0,0,0.1); /* bit further the ui */
box-shadow: 0 15px 35px rgba(0,0,0,0.2); /* large shadows = capture user's attention */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment