adeptus

marquee text w border

May 19th, 2022
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <style>
  2. #marquee {
  3. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  4. font-size: 18px;
  5. color: white;
  6. font-family: mali;
  7. font-weight:bold;
  8. }
  9.  
  10. #border {
  11. border: 3px double #000;
  12. width: 100px;
  13. height: 30px;
  14. padding:1px;
  15. margin:auto;
  16. }
  17.  
  18. notice {
  19. font-size: 25px;
  20. }
  21. </style>
  22. <div id="border">
  23. <div id="marquee"> <marquee behavior="scroll" direction="left"
  24. <marquee behavior=scroll direction="left" scrollamount="10"> text text text text text !!
  25. </marquee>
  26. </div>
  27. </div>
  28. <notice>
  29. </notice>
Advertisement
Add Comment
Please, Sign In to add comment