Advertisement
Mark2020H

Simple birtday Greetings ->How easy ->Digital advertising

Mar 23rd, 2020
748
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.08 KB | None | 0 0
  1. <!doctype html>
  2.  
  3. <html lang="en">
  4. <head>
  5.   <meta charset="utf-8">
  6.  
  7.   <title>Many Happy Returns</title>
  8.   <meta name="description" content="Happy Birthday Miley">
  9.   <meta name="author" content="mark" >
  10.  
  11.  
  12. <style type = "text/css">
  13. html {
  14.   background: url(pagoda.jpg) no-repeat center center fixed;
  15.   background-size: cover;
  16.   height: 100%;
  17.   overflow: hidden;
  18. }
  19.  
  20. .mdiv{
  21.     width: 100% ;
  22.     height:100% ;
  23.     text-align: center;
  24.      margin:0 auto;
  25.  
  26.  
  27. }  
  28.  </style>
  29.  
  30. </head>
  31.  
  32. <body>
  33.  
  34.  
  35. <!-- CSS Code -->
  36. <style type="text/css" scoped>
  37. .Gen{
  38. font-family:'Comic Sans MS';
  39. font-size:3em;
  40. font-weight:bold;
  41. line-height:1.3em;
  42. text-align:center;
  43. color:#FFFF00;
  44.  
  45. padding:1.2em;
  46.  
  47. }
  48. }
  49. </style>
  50.  
  51. <!-- HTML Code -->
  52. <div class="mdiv">
  53. <marquee class="Gen" direction="up" scrollamount="1" width ="47%" height= "100%" behavior="scroll">
  54. Many Happy returns for today <br>
  55. Miley Wang<br>
  56. Wishing you happiness, prosperity and good health<br>
  57. &nbsp;&nbsp;生日快乐 &nbsp;&nbsp;
  58. <br>
  59. All the best <br>
  60. Mark Harrington  
  61. </marquee>
  62.  
  63. </div>
  64. </Body>
  65. </HTML>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement