Posted By


Nettuts on 06/25/10

Tagged


Statistics


Viewed 185 times
Favorited by 10 user(s)

CSS Reflections


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



Copy this code and paste it in your HTML
  1. img {
  2. -webkit-box-reflect: below 4px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(white));
  3. }
  4.  

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.