dollcrds

pro-plus cr zuhaves codes & marquee

Nov 29th, 2024 (edited)
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. ---CODES---
  2. <style>
  3. html {
  4. overflow: scroll;
  5. overflow-x: hidden;
  6. }
  7. ::-webkit-scrollbar {
  8. width: 0; /* remove scrollbar space */
  9. background: transparent; /* to make scrollbar invisible */
  10. }
  11. ::-webkit-scrollbar-thumb {
  12. background: transparent;
  13. }
  14. #text01 {
  15. animation-name: floating;
  16. animation-duration: 3s;
  17. animation-iteration-count: infinite;
  18. animation-timing-function: ease-in-out;
  19. }
  20.  
  21. @keyframes floating {
  22. 0% { transform: translate(0, 0px); }
  23. 50% { transform: translate(0, 15px); }
  24. 100% { transform: translate(0, -0px); }
  25. }
  26. </style>
  27.  
  28. ---MARQUEE---
  29. <style>
  30. #poop {
  31. font-size:1em;
  32. font-family: 'Grandstander';
  33. color: #000;
  34. font-weight: bold;
  35. line-height: 1em;
  36. </style>
  37.  
  38. <div id="poop"> <marquee behavior="scroll" direction="left"> scroll~ credit zuhaves </marquee>
  39. </div>
Advertisement
Add Comment
Please, Sign In to add comment