Your Ad Here

Posted By

thesmu on 08/20/10


Tagged

drop CSS3 shadow


Versions (?)

Who likes this?

1 person have marked this snippet as a favorite

benwellby


css3 drop shadow


 / Published in: CSS
 

URL: http://www.webmaster-source.com/2009/09/02/css3-drop-shadow/

  1. -moz-box-shadow: 3px 3px 3px #666;
  2. -webkit-box-shadow: 3px 3px 3px #666;
  3. box-shadow: 3px 3px 3px #666;

Report this snippet  

You need to login to post a comment.