Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <title>Many Happy Returns</title>
- <meta name="description" content="Happy Birthday Miley">
- <meta name="author" content="mark" >
- <style type = "text/css">
- html {
- background: url(pagoda.jpg) no-repeat center center fixed;
- background-size: cover;
- height: 100%;
- overflow: hidden;
- }
- .mdiv{
- width: 100% ;
- height:100% ;
- text-align: center;
- margin:0 auto;
- }
- </style>
- </head>
- <body>
- <!-- CSS Code -->
- <style type="text/css" scoped>
- .Gen{
- font-family:'Comic Sans MS';
- font-size:3em;
- font-weight:bold;
- line-height:1.3em;
- text-align:center;
- color:#FFFF00;
- padding:1.2em;
- }
- }
- </style>
- <!-- HTML Code -->
- <div class="mdiv">
- <marquee class="Gen" direction="up" scrollamount="1" width ="47%" height= "100%" behavior="scroll">
- Many Happy returns for today <br>
- Miley Wang<br>
- Wishing you happiness, prosperity and good health<br>
- 生日快乐
- <br>
- All the best <br>
- Mark Harrington
- </marquee>
- </div>
- </Body>
- </HTML>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement