Last active
September 8, 2015 12:48
-
-
Save dhunmoon/6b8330b250c7a692fc2a to your computer and use it in GitHub Desktop.
CSS: Box Shadow
This file contains 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
-webkit-box-shadow: inset Horizontal Length[px] Vertical Length[px] Blur Radius[px] Spread Radius[px] ShadowColor; | |
-moz-box-shadow: inset Horizontal Length[px] Vertical Length[px] Blur Radius[px] Spread Radius[px] ShadowColor; | |
box-shadow: inset Horizontal Length[px] Vertical Length[px] Blur Radius[px] Spread Radius[px] ShadowColor; | |
behavior: url(https://raw.githubusercontent.com/atulc007/CSS3-PIE/master/PIE-1.0.0/PIE.htc); | |
/* | |
For IE8 or Less: | |
http://www.hongkiat.com/blog/css3-border-radius-in-internet-explorer/ | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment