Advertisement
Demi-monde

wrelimg

Apr 11th, 2020
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. #IMGRIGHT {
  2. position:ABSOLUTE;
  3. height:500px;
  4. width:260px;
  5. margin-left:640px;
  6. margin-top:0px;
  7. background-image: url('https://i.imgur.com/rbqZfnT.jpg');
  8. background-size:cover;
  9. background-repeat:no-repeat;
  10. background-position:center center;
  11. background-attachment:absolute;
  12. -webkit-filter: grayscale(10%);
  13. -webkit-transition: all 1.2s linear; -moz-transition: all 1.2s linear; transition: all 1.2s linear;}
  14.  
  15. #IMGRIGHT:hover {
  16. position:ABSOLUTE;
  17. height:500px;
  18. width:260px;
  19. margin-left:640px;
  20. margin-top:0px;
  21. background-image: url('https://i.imgur.com/30UXtxk.jpg');
  22. background-size:cover;
  23. background-repeat:no-repeat;
  24. background-position:center center;
  25. background-attachment:absolute;
  26. -webkit-filter: grayscale(10%);
  27. -webkit-transition: all 1.2s linear; -moz-transition: all 1.2s linear; transition: all 1.2s linear;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement