Advertisement
Guest User

dfasfs

a guest
Jul 7th, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. #img1 {
  2. width: 300px;
  3. height: 514px;
  4. position: fixed;
  5. top: -55px;
  6. left: 0px;
  7. overflow: absolute;
  8. background: url('http://i1216.photobucket.com/albums/dd373/XOhxHioHiMixo/meow_zps04436a09.png');
  9. opacity: .1; filter:alpha(opacity=40);
  10. -webkit-transition: all 0.7s ease;
  11. -moz-transition: all 0.7s ease;
  12. -o-transition: all 0.7s ease;
  13.  
  14. }
  15.  
  16. #img1:hover { background: url('http://i.imgur.com/Q5KjFmY.png'); -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement