Falkstids

Hassan

Aug 24th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <style>
  2. body{
  3. overflow: hidden;
  4. background-color:#201821;
  5. background-size:cover;
  6. }
  7.  
  8. #Hassan{
  9. width:600px;
  10. height:400px;
  11. background-image:url('https://preview.ibb.co/dDano5/Hassan.png');
  12. background-size:100%;
  13. background-repeat:no-repeat;
  14. position:absolute;
  15. bottom:-10%;
  16. right:0%;
  17. transition: 5s ease;
  18. transition-delay:9999999s;
  19. -webkit-filter: brightness(10%);
  20. z-index:5;
  21. }
  22.  
  23. body:hover > #Hassan {
  24. -webkit-filter: brightness(100%);
  25. transition-delay:100ms;
  26. }
  27.  
  28. </style>
  29.  
  30. <div id="Hassan">
  31. </div>
Add Comment
Please, Sign In to add comment