Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- MARQUEE LINKS ---
- <head>
- <link rel="preconnect" href="https://fonts.googleapis.com">
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
- <link href="https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap" rel="stylesheet">
- </head>
- <style>
- marquee {
- font-size: 1.3em;
- color: #fff;
- text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
- font-family: 'Kosugi Maru', sans-serif;
- font-weight: bold;
- border: 1px black solid;
- width:100%;
- background: rgb(255,255,255);
- background: linear-gradient(180deg, rgba(255,255,255,255) 0%, rgba(237, 227, 221) 100%);
- border-radius: 10px 0px 0px 10px;
- padding: 2px;
- position:absolute;
- left:-0em;
- bottom:-0.6em;
- z-index:1;
- }
- #hov {
- font-size: 1em;
- color: #fff;
- text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
- font-family: 'Kosugi Maru', sans-serif;
- font-weight: bold;
- }
- a:hover {color:#DED1C8;}
- a { color: #fff; text-decoration: none;}
- </style>
- <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