dollcrds

pro-standard cr cybercarrd codes + marquee

Jun 13th, 2024 (edited)
441
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 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. #container01 {
  15. border-width:7px;
  16. border-style:solid;
  17. border-image: url("https://i.imgur.com/NJa4bp2.png") 8 fill round;
  18. }
  19. #text01 {
  20. height: 7.5em;
  21. overflow-y: scroll;
  22. }
  23. </style>
  24.  
  25. ---MARQUEE---
  26. <style>
  27. #hehe {
  28. font-size:1.5em;
  29. color: black;
  30. margin-bottom: -4px;
  31. </style>
  32.  
  33. <div id="hehe"> <marquee behavior="scroll" direction="left">hai guys its lin i love tsuki sm k thx byeeee</marquee>
  34. </div>
Advertisement
Add Comment
Please, Sign In to add comment