Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- .scroll-down {
- height: 50px;
- width: 300px;
- padding: 15px;
- overflow: hidden;
- background: white;
- color: black;
- border: 1px dotted black;
- border-radius: 5px 5px 5px 5px;
- font-family: sant joan;
- transform: rotate(-270deg);
- }
- </style>
- <div class="scroll-down">
- <marquee behavior="scroll" direction="left">Here is some scrolling text... up and down! write whatever u want here :)</marquee>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment