Skip to content

Instantly share code, notes, and snippets.

@charisTheo
Last active February 21, 2019 20:09
Show Gist options
  • Select an option

  • Save charisTheo/0507e6c6ba99f792d4603f2a2bc0ab74 to your computer and use it in GitHub Desktop.

Select an option

Save charisTheo/0507e6c6ba99f792d4603f2a2bc0ab74 to your computer and use it in GitHub Desktop.
Browser support for box-shadow CSS property
box-shadow: 0 3px 16px 0 rgba(0,0,0,.6);
-o-box-shadow: 0 3px 16px 0 rgba(0,0,0,.6);
-ms-box-shadow: 0 3px 16px 0 rgba(0,0,0,.6);
-moz-box-shadow: 0 3px 16px 0 rgba(0,0,0,.6);
-webkit-box-shadow: 0 3px 16px 0 rgba(0,0,0,.6);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment