+ 4
box-shadow: Please find the error??
div { width: 300px; height: 100px; background-color: #9ACD32; box shadow: 10px 10px #888888; }
4 Antworten
+ 9
box-shadow: 10px 10px #888888;
+ 1
Thats right
+ 1
box-shadow with -
+ 1
thanks all
div { width: 300px; height: 100px; background-color: #9ACD32; box shadow: 10px 10px #888888; }