ccherry

Layout Free - Amora

Feb 15th, 2014
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. .post img {
  2.  
  3.  
  4. -webkit-transition: all 0.4s ease;
  5.  
  6. -moz-transition: all 0.4s ease;
  7.  
  8. -o-transition: all 0.4s ease;
  9.  
  10. transition: all 0.4s ease;
  11. }
  12. .post img:hover {
  13. -webkit-transition: all 0.4s ease;
  14. -moz-transition: all 0.4s ease;
  15. -o-transition: all 0.4s ease;
  16. transition: all 0.4s ease;
  17. -webkit-filter: blur(2px); color:#FF1493;
  18. }
Add Comment
Please, Sign In to add comment