S stacyrose Member Feb 4, 2016 #2 div { *** box-shadow: 10px 10px 5px #888888; } The box shadow is a css3 element that applies or adds shadow effects to an html element like h1, h2, p, div tag etc.,The above shown code is the best example for that.
div { *** box-shadow: 10px 10px 5px #888888; } The box shadow is a css3 element that applies or adds shadow effects to an html element like h1, h2, p, div tag etc.,The above shown code is the best example for that.
Z zozoreview New member Feb 16, 2016 #3 You can read more : css-tricks.com/snippets/css/css-box-shadow/