Advertisement
genzuki

marquee thing

Jul 26th, 2021
530
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <head>
  2. <style>
  3. marquee{
  4. font-size: 12px;
  5. font-weight: bold;
  6. color: #fff;
  7. font-family: arial;
  8. text-shadow: -1px 0 #FFB9D0, 0 1px #AA7952, 1px 0 #AA7952, 0 -1px #AA7952;
  9. }
  10. </style>
  11. </head>
  12. <body>
  13. <marquee scrollamount=“1”>BALLS </marquee>
  14. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement