/ Published in: CSS
CSS code to add a CSS3 box shadow to the bottom of an element only.
Expand |
Embed | Plain Text
-webkit-box-shadow:0 4px 4px -4px #000; box-shadow:0 4px 4px -4px #000;
You need to login to post a comment.
CSS code to add a CSS3 box shadow to the bottom of an element only.
-webkit-box-shadow:0 4px 4px -4px #000; box-shadow:0 4px 4px -4px #000;
You need to login to post a comment.