0cherrylove

gray scale

Jan 23rd, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.24 KB | None | 0 0
  1. Paste this code under <Style typetext/ccs”>
  2.  
  3.  
  4.  
  5. img{
  6. -webkit-transition: opacity 0.8s linear;
  7. opacity: 0.60;
  8. -webkit-filter:grayscale(100%);
  9. }
  10. img:hover{
  11. -webkit-transition: opacity 0.8s linear;
  12. opacity: 1;
  13. -webkit-filter:none;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment