Box Shadow Properties


/ Published in: CSS
Save to your folder(s)

Box shadow properties (example) box-shadow: 1px 3px 5px 2px #c6c6c6;
1px = horizontal offset
3px = vertical offset
5px = blur radius
2px = spread distance
#c6c6c6 = color

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.