CSS Property:
box-shadow:
none
10px 10px grey
50px 50px grey
20px 20px 10px grey
20px 20px 50px grey
20px 20px 50px 15px grey
20px 20px 20px 10px red
20px 20px 20px 10px blue
20px 20px 50px 10px pink
20px 20px 50px 10px pink inset
initial
Result:
CSS Code:
div#myDIV {
background-color:yellow;
width:200px;
height:100px;
box-shadow:
none
;
}
Click the property values above to see the result
W3Schools.com
- Play it