dollcrds

seomplayer carrd moving text

Feb 22nd, 2024
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <style>
  2. .scroll-down {
  3. height: 50px;
  4. width: 300px;
  5. padding: 15px;
  6. overflow: hidden;
  7. background: white;
  8. color: black;
  9. border: 1px dotted black;
  10. border-radius: 5px 5px 5px 5px;
  11. font-family: sant joan;
  12. transform: rotate(-270deg);
  13. }
  14. </style>
  15.  
  16. <div class="scroll-down">
  17. <marquee behavior="scroll" direction="left">Here is some scrolling text... up and down! write whatever u want here :)</marquee>
  18. </div>
Advertisement
Add Comment
Please, Sign In to add comment