Skip to content

Instantly share code, notes, and snippets.

@dhunmoon
Last active September 8, 2015 12:48
Show Gist options
  • Save dhunmoon/6b8330b250c7a692fc2a to your computer and use it in GitHub Desktop.
Save dhunmoon/6b8330b250c7a692fc2a to your computer and use it in GitHub Desktop.
CSS: Box Shadow
-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