Advertisement
ruesha

marquee text credits 9/1

Sep 1st, 2024
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <style>
  2.  
  3. #marquee {
  4. background: white;
  5. transform: rotate(90deg);
  6. position: relative;
  7. top: 140px;
  8. right: 85px;
  9. padding: 10px 5px 5px 5px;
  10. width: 250px;
  11. border-radius: 10px;
  12. border: 1px dotted #808080;
  13. font-family: sant joan;
  14. color: #000;
  15. -webkit-text-border: 1px #545454;
  16. font-size: 20px;
  17. }
  18.  
  19. </style>
  20.  
  21. <div id="marquee"> <marquee behavior="scroll" direction="left" marquee width="100%">welcome to my carrd o cr joyiuvie for this carrd design o </marquee>
  22. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement