Advertisement
ruesha

marquee for music player

Aug 28th, 2022
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <!--- CHANGE TEXT FONT COLOR ETC AT YOUR LIKING--->
  2.  
  3. <style>
  4. @font-face {
  5. font-family: lovely;
  6. src: url(https://dl.dropbox.com/s/xde2bkhiie1bm8r/LovelyRegular.ttf);
  7. }
  8.  
  9. #poop {
  10. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #dedede, 0 -1px #dedede, 0 0;
  11. font-family: lovely;
  12. font-size:1.1em;
  13. font-weight:bold;
  14. color: #ffffff;
  15. </style>
  16.  
  17. <div id="poop"> <marquee behavior="scroll" direction="left"> click to play︎ ︎ ︎. . . . ︎. ︎ ︎ ︎Cigarette Dayreams by Cage the Elephant ︎ ︎ ︎ ︎</marquee>
  18. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement