CSS3 Box Shadow


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



Copy this code and paste it in your HTML
  1. .class {
  2. -moz-box-shadow: 5px 5px 7px #888;
  3. -moz-border-radius-bottomright: 15px;
  4. -webkit-box-shadow: 5px 5px 7px #888;
  5. -webkit-border-bottom-right-radius: 15px;
  6. }

URL: http://www.zenelements.com/blog/css3-box-shadow/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.