dollcrds

쥬리 ju mp marquee text

May 8th, 2022
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family: lovely;
  4. src: url(https://dl.dropbox.com/s/xde2bkhiie1bm8r/LovelyRegular.ttf);
  5. }
  6.  
  7. #lovely {
  8. font-family: lovely;
  9. }
  10. </style>
  11.  
  12. <style>
  13. #hehe {
  14. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  15. font-style: bold;
  16. font-size:1.5em;
  17. font-weight:bold;
  18. color: white;
  19. font-family: lovely;
  20. margin-bottom: -9px;
  21. </style>
  22.  
  23. <div id="hehe"> <marquee behavior="scroll" direction="left"> text text text text text </marquee>
  24. </div>
Advertisement
Add Comment
Please, Sign In to add comment