box-shadow
CSS Property:
Result:
Example of the CSS box-shadow property
CSS Code:
#myDiv {
margin:25px;
background-color:#86C2DE;
width:150px;
height:90px;
box-shadow:none;
}
Click the property values above to see the result
Click the property values above to see the result