CSS Property:

box-shadow

Result:

Example of the CSS box-shadow property

CSS Code:

#myDiv {
                
margin:25px;
background-color:#86C2DE;
width:150px;
height:90px;
}
Click the property values above to see the result
W3Docs.com-Play it
Do you find this helpful?