Advertisement
yizhuo

pandora drr ac links

Aug 31st, 2022
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. --- MARQUEE LINKS ---
  2.  
  3. <head>
  4. <link rel="preconnect" href="https://fonts.googleapis.com">
  5. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  6. <link href="https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap" rel="stylesheet">
  7. </head>
  8.  
  9. <style>
  10. marquee {
  11. font-size: 1.3em;
  12. color: #fff;
  13. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  14. font-family: 'Kosugi Maru', sans-serif;
  15. font-weight: bold;
  16. border: 1px black solid;
  17. width:100%;
  18. background: rgb(255,255,255);
  19. background: linear-gradient(180deg, rgba(255,255,255,255) 0%, rgba(237, 227, 221) 100%);
  20. border-radius: 10px 0px 0px 10px;
  21. padding: 2px;
  22. position:absolute;
  23. left:-0em;
  24. bottom:-0.6em;
  25. z-index:1;
  26. }
  27. #hov {
  28. font-size: 1em;
  29. color: #fff;
  30. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  31. font-family: 'Kosugi Maru', sans-serif;
  32. font-weight: bold;
  33. }
  34. a:hover {color:#DED1C8;}
  35. a { color: #fff; text-decoration: none;}
  36. </style>
  37. <marquee behavior="scroll" direction="left"> <a href="https://twitter.com/buncrds" target="_blank">crd acc</a> ✦ <a href="https://retrospring.net/chaewnr" target="_blank">retrospring</a> ✦ <a href="https://nora.drr.ac" target="_blank">crd rkive</a> ✦ </marquee>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement