Advertisement
Guest User

a la.

a guest
Jul 7th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. #img1 {
  2. position: absolute;
  3. background: url('http://i1216.photobucket.com/albums/dd373/XOhxHioHiMixo/meow_zps04436a09.png');
  4. -webkit-transition: all 0.7s ease;
  5. -moz-transition: all 0.7s ease;
  6. -o-transition: all 0.7s ease;
  7. }
  8.  
  9. #img1:hover {
  10. background: url('http://i.imgur.com/Q5KjFmY.png');
  11. -webkit-transition: all 0.7s ease;
  12. -moz-transition: all 0.7s ease;
  13. -o-transition: all 0.7s ease;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement