dollcrds

pro-plus cr zuhaves codes & marquee

Nov 29th, 2024 (edited)
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 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. @font-face {
  15. font-family: lovely;
  16. src: url(https://dl.dropbox.com/s/xde2bkhiie1bm8r/LovelyRegular.ttf);
  17. }
  18. #text01 {
  19. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  20. font-family: lovely;
  21. -webkit-animation: pop 1s ease-in-out infinite alternate;
  22. animation: pop 1s ease-in-out infinite alternate;
  23. -moz-animation: pop 1s ease-in-out infinite alternate;
  24. }
  25.  
  26. @keyframes pop {
  27. from {
  28. transform:scale(0.95)
  29. }
  30.  
  31. 50% {
  32. transform:scale(1)
  33. }
  34.  
  35. to {
  36. transform:scale(0.95)
  37. }
  38. }
  39.  
  40. @-webkit-keyframes pop {
  41. from {
  42. -webkit-transform:scale(0.95)
  43.  
  44. }
  45.  
  46. 50% {
  47. -webkit-transform:scale(1)
  48.  
  49. }
  50.  
  51. to {
  52. -webkit-transform:scale(0.95)
  53.  
  54. }
  55. }
  56. </style>
  57.  
  58. ---MARQUEE---
  59. <style>
  60. #poop {
  61. font-size:1em;
  62. font-family: 'Grandstander';
  63. color: #000;
  64. font-weight: bold;
  65. line-height: 1em;
  66. </style>
  67.  
  68. <div id="poop"> <marquee behavior="scroll" direction="left"> scroll~ credit zuhaves </marquee>
  69. </div>
Advertisement
Add Comment
Please, Sign In to add comment