Advertisement
clarisue

vertical marquee

Nov 20th, 2021
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <style>
  2. #gay {
  3. text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, 0 0;
  4. color: white;
  5. font-size: 2.875em;
  6. writing-mode: vertical-rl;
  7. text-orientation: downwards;
  8. white-space: nowrap;
  9. }
  10. </style>
  11. <div id="gay"> <marquee behavior="scroll" direction="down"> text here~ </marquee>
  12. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement