Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- #marquee {
- text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
- font-size: 18px;
- color: white;
- font-family: mali;
- font-weight:bold;
- }
- #border {
- border: 3px double #000;
- width: 100px;
- height: 30px;
- padding:1px;
- margin:auto;
- }
- notice {
- font-size: 25px;
- }
- </style>
- <div id="border">
- <div id="marquee"> <marquee behavior="scroll" direction="left"
- <marquee behavior=scroll direction="left" scrollamount="10"> text text text text text !!
- </marquee>
- </div>
- </div>
- <notice>
- </notice>
Advertisement
Add Comment
Please, Sign In to add comment