+ 1
how do you code it to create simultaneous inner and outer shadows?
3 odpowiedzi
+ 5
box-shadow: 5px 5px 10px #009,
other shadows
/* just use comma*/
+ 2
Actually..
Box-shadow: inset 10px 10px 5px #000, 10px 10px 5px #000;
First one is inner, second is outer shadow.
But you have to use the comma inbetween.
+ 1
use negative number for offsets.