Advertisement
izuemis

hina hikawa marquee links

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