Advertisement
dollcrds

pro-standard cr wlfkoga codes + marquee

Apr 7th, 2024 (edited)
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. ---MARQUEE---
  2.  
  3. <style>
  4. #hehe {
  5. font-size:1.5em;
  6. color: black;
  7. margin-bottom: -4px;
  8. </style>
  9.  
  10. <div id="hehe"> <marquee behavior="scroll" direction="left">req okay but im not super active ... i really only talk about my personal life & interests (which mainly include kpop & carrds LOL)^^</marquee>
  11. </div>
  12.  
  13. ---CODE---
  14. <style>
  15. html {
  16. overflow: scroll;
  17. overflow-x: hidden;
  18. }
  19. ::-webkit-scrollbar {
  20. width: 0; /* remove scrollbar space */
  21. background: transparent; /* to make scrollbar invisible */
  22. }
  23. ::-webkit-scrollbar-thumb {
  24. background: transparent;
  25. }
  26. #text01 {
  27. height: 7.75em;
  28. overflow: auto;
  29. padding: 3px;
  30. border: 1px solid black;
  31. }
  32.  
  33. @media only screen and (max-width: 600px) {
  34. #text01 {
  35. height: 8.25em;
  36. }
  37. }
  38.  
  39. #text02 {
  40. padding: 3px;
  41. border: 1px solid black;
  42. }
  43. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement