Advertisement
nomskoo

marquee text

Apr 1st, 2024
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. THIS IS NOT MY ORIGINAL CODE!!! the original w3 link doesnt work anymore so here is a re-upload of the code! if you know who to credit for this code lmk @ crrdcore on twt!
  2.  
  3. <style>
  4. @font-face {
  5. font-family: windows;
  6. src: url(https://dl.dropbox.com/s/cn0l1yjacta4whv/W95FA.otf);
  7. }
  8.  
  9. #hehe {
  10. font-family: windows;
  11. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  12. font-style: bold;
  13. font-size: 1.5em;
  14. color: white;
  15. letter-spacing: 1px;
  16. }
  17.  
  18. @media only screen and (max-width: 600px) {
  19. #hehe {
  20. font-size: 1.3em;
  21. }
  22. }
  23. </style>
  24.  
  25. <div id="hehe"> <marquee behavior="scroll" direction="left"> text here text here text here </marquee>
  26. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement