CSS3 Box Shadow


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. div {
  2. box-shadow : 0 0 10px rgba(0,0,0,.2);
  3. -moz-box-shadow : 0 0 10px rgba(0,0,0,.2);
  4. -webkit-box-shadow : 0 0 10px rgba(0,0,0,.2);
  5. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.