dollcrds

pro-standard cr zuhaves codes + marquee

Dec 26th, 2024 (edited)
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 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. @keyframes glow {
  15. 0% {
  16. text-shadow: 0 0 15px white;
  17. }
  18.  
  19. 50% {
  20. text-shadow: none;
  21. }
  22.  
  23. 100% {
  24. text-shadow: 0 0 15px white;
  25. }
  26. }
  27.  
  28. @-webkit-keyframes glow {
  29. 0% {
  30. text-shadow: 0 0 15px white;
  31. }
  32.  
  33. 50% {
  34. text-shadow: 0 0 0;
  35. }
  36.  
  37. 100% {
  38. text-shadow: 0 0 15px white;
  39. }
  40. }
  41.  
  42. #text01 {
  43. -webkit-background-clip: text;
  44. -webkit-text-fill-color: transparent;
  45. -webkit-text-stroke-width: 1px;
  46. -webkit-text-stroke-color: #fff;
  47. -webkit-animation: glow 2.0s linear infinite;
  48. -moz-animation: glow 2.0s linear infinite;
  49. -ms-animation: glow 2.0s linear infinite;
  50. -o-animation: glow 2.0s linear infinite;
  51. animation: glow 2.0s linear infinite;
  52. }
  53. #text03, #text04 {
  54. border-top: 3px dotted white;
  55. border-bottom: 3px dotted white;
  56. border-left: 3px double white;
  57. border-right: 3px double white;
  58. padding: 8px;
  59. border-radius: 20px;
  60. height: 10em;
  61. overflow-y: scroll;
  62. background: #FFFFFF40;
  63. }
  64. #text03 strong {
  65. font-size: 1.25em; }
  66. #text03 mark {
  67. background: #FFFFFF40;
  68. border: 1px solid white;
  69. border-radius: 8px;
  70. padding: 2px;
  71. }
  72. #text04 mark {
  73. background: #e9cec3;
  74. border: 1px solid white;
  75. border-radius: 8px;
  76. padding: 2px;
  77. color: #ab8c7b;
  78. }
  79. </style>
  80.  
  81. ---MARQUEE---
  82. <style>
  83. #poop {
  84. font-size:1em;
  85. font-family: 'Grandstander';
  86. color: #fff;
  87. font-weight: bold;
  88. </style>
  89.  
  90. <div id="poop"> <marquee behavior="scroll" direction="left"> credit zuhaves <3 </marquee>
  91. </div>
Advertisement
Add Comment
Please, Sign In to add comment