Advertisement
Viiktory

credit

Dec 6th, 2019 (edited)
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. <a target="_blank" href="https://roleplay.chat/profile.php?user=CrossRoads" target="_blank"><div class="trash" title="Demonic Aesthetics"></div></a>
  2.  
  3. ^^Goes in the html after the </style> part of the code
  4.  
  5.  
  6. .trash {
  7. position: absolute;
  8. margin: auto;
  9. top: 90%;
  10. left: 95%;
  11. background-image:url(https://i.imgur.com/Q3BKJog.png);
  12. background-size: auto 100%;
  13. background-position: center;
  14. background-repeat: no-repeat;
  15. height: 8%;
  16. width: 4%;
  17. cursor: pointer;
  18. filter: brightness(5);
  19. -webkit-animation:spin 20s linear infinite;
  20. z-index: 99;
  21. }
  22. @-moz-keyframes spin {
  23. 100% {
  24. -moz-transform: rotate(360deg);
  25. } }
  26. @-webkit-keyframes spin {
  27. 100% {
  28. -webkit-transform: rotate(360deg);
  29. } }
  30. @keyframes spin {
  31. 100% {
  32. -webkit-transform: rotate(360deg);
  33. transform:rotate(360deg);
  34. } }
  35. .trash:hover {
  36. animation-play-state: paused;
  37. }
  38.  
  39.  
  40. ^^Goes with the rest of the css part of the code in the style.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement