Advertisement
ujiajah1

MyAnimation

Aug 14th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.75 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>Puji&raquo;Ermanto</title>
  5.     </head>
  6.     <style>
  7.     h1{ text-align:center;
  8.         font-family:Verdana;
  9.         font-size:45px;
  10.         color:#CC0000;
  11.         font-weight:bold;
  12.         font-style:normal;
  13.         }
  14.         div {
  15.     width: 100%;
  16.     height: auto;
  17.     background: white;
  18.     position: relative;
  19.     -webkit-animation: mymove 5s infinite; /* Chrome, Safari, Opera */
  20.     animation: mymove 5s infinite;
  21. }
  22.  
  23. /* Chrome, Safari, Opera */
  24. @-webkit-keyframes mymove {
  25.     from {left: 0px;}
  26.     to {left: 0px;}
  27. }
  28.  
  29. @keyframes mymove {
  30.     from {left: 0px;}
  31.     to {left: 500px;}
  32. }
  33.     p.small{ text-align:left;
  34.         line-height: 70%;
  35.         font-family:Impact;
  36.         font-size:15px;
  37.         color:#CC0000;
  38.         font-weight:normal;
  39.         font-style:italic;
  40.         }
  41.         p.big{ text-align:left;
  42.         line-height: 200%;
  43.         font-family:Impact;
  44.         font-size:15px;
  45.         color:#CC0000;
  46.         font-weight:normal;
  47.         font-style:italic;
  48.         }
  49.     </style>
  50.     <body>
  51.         <div>
  52. <img src="https://krackassart.files.wordpress.com/2012/03/ruff-ruff-toy-hunt.jpg" height="500" width="1024">
  53. </div>
  54.     <h1>Puji&nbsp;Ermanto</h1>
  55.     <ol style="color:green; font-size:35px; font-weight:bold; font-family:Verdana;">
  56.     <ul> News
  57.     <li style="color:orange; font-size:25px;"> Documentary</li>
  58.     <li style="color:orange; font-size:25px;"> Political</li>
  59.     <li style="color:orange; font-size:25px;"> Economics</li>
  60.     <li style="color:orange; font-size:25px;"> Social &amp; culture</li>
  61.     </ul>
  62.     </ol>
  63.  
  64. <p class="small">
  65. My Age &plusmn; 0 years old<br />
  66. Gender &plusmn; man <br />
  67. Hometown &plusmn; Bandung <br /></p>
  68. <p class="big">
  69. Carried &plusmn; 0 years old<br />
  70. Gender &plusmn; man <br />
  71. Hometown &plusmn; Bandung <br /></p>
  72. </body>
  73. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement