Last active
February 21, 2019 20:09
-
-
Save charisTheo/0507e6c6ba99f792d4603f2a2bc0ab74 to your computer and use it in GitHub Desktop.
Browser support for box-shadow CSS property
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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