Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- THIS IS NOT MY ORIGINAL CODE!!! the original w3 link doesnt work anymore so here is a re-upload of the code! if you know who to credit for this code lmk @ crrdcore on twt!
- <style>
- @font-face {
- font-family: windows;
- src: url(https://dl.dropbox.com/s/cn0l1yjacta4whv/W95FA.otf);
- }
- #hehe {
- font-family: windows;
- text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
- font-style: bold;
- font-size: 1.5em;
- color: white;
- letter-spacing: 1px;
- }
- @media only screen and (max-width: 600px) {
- #hehe {
- font-size: 1.3em;
- }
- }
- </style>
- <div id="hehe"> <marquee behavior="scroll" direction="left"> text here text here text here </marquee>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement