I mentioned in previous post to make an HTML box with any color size but you can also give it a shadow to the HTML box.
The steps to give an HTML box a shadow are available below, read and understand them carefully.
Give An HTML Box A Shadow
-
This is the box without a box shadow.
Box without Shadow
-
To add box shadow to your html box just add the following property in the style attribute of the html code:
box-shadow: 5px 5px 10px black;
Box without Shadow
Post a Comment