Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- #marquee {
- font-family: utonium;
- text-shadow: -1px 0 #8facdb, 0 1px #8facdb, 1px 0 #8facdb, 0 -1px #8facdb;
- background: #bfd4f5;
- border: 1px solid #c2c2c2;
- border-radius: 4px;
- position: relative;
- top: 5px;
- width: 240px;
- right: 10px;
- color: #fff;
- font-size: 30px;
- padding-top: 5px;
- }
- @media only screen and (max-width: 600px) {
- #marquee {
- width: 216px;
- }
- }
- </style>
- <div id="marquee"> <marquee behavior="scroll" direction="right" marquee width="100%">welcome to name's site...</marquee>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement