Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---CODES---
- <style>
- html {
- overflow: scroll;
- overflow-x: hidden;
- }
- ::-webkit-scrollbar {
- width: 0; /* remove scrollbar space */
- background: transparent; /* to make scrollbar invisible */
- }
- ::-webkit-scrollbar-thumb {
- background: transparent;
- }
- #container01 {
- border-width:7px;
- border-style:solid;
- border-image: url("https://i.imgur.com/NJa4bp2.png") 8 fill round;
- }
- #text01 {
- height: 7.5em;
- overflow-y: scroll;
- }
- </style>
- ---MARQUEE---
- <style>
- #hehe {
- font-size:1.5em;
- color: black;
- margin-bottom: -4px;
- </style>
- <div id="hehe"> <marquee behavior="scroll" direction="left">hai guys its lin i love tsuki sm k thx byeeee</marquee>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment