Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>Puji»Ermanto</title>
- </head>
- <style>
- h1{ text-align:center;
- font-family:Verdana;
- font-size:45px;
- color:#CC0000;
- font-weight:bold;
- font-style:normal;
- }
- div {
- width: 100%;
- height: auto;
- background: white;
- position: relative;
- -webkit-animation: mymove 5s infinite; /* Chrome, Safari, Opera */
- animation: mymove 5s infinite;
- }
- /* Chrome, Safari, Opera */
- @-webkit-keyframes mymove {
- from {left: 0px;}
- to {left: 0px;}
- }
- @keyframes mymove {
- from {left: 0px;}
- to {left: 500px;}
- }
- p.small{ text-align:left;
- line-height: 70%;
- font-family:Impact;
- font-size:15px;
- color:#CC0000;
- font-weight:normal;
- font-style:italic;
- }
- p.big{ text-align:left;
- line-height: 200%;
- font-family:Impact;
- font-size:15px;
- color:#CC0000;
- font-weight:normal;
- font-style:italic;
- }
- </style>
- <body>
- <div>
- <img src="https://krackassart.files.wordpress.com/2012/03/ruff-ruff-toy-hunt.jpg" height="500" width="1024">
- </div>
- <h1>Puji Ermanto</h1>
- <ol style="color:green; font-size:35px; font-weight:bold; font-family:Verdana;">
- <ul> News
- <li style="color:orange; font-size:25px;"> Documentary</li>
- <li style="color:orange; font-size:25px;"> Political</li>
- <li style="color:orange; font-size:25px;"> Economics</li>
- <li style="color:orange; font-size:25px;"> Social & culture</li>
- </ul>
- </ol>
- <p class="small">
- My Age ± 0 years old<br />
- Gender ± man <br />
- Hometown ± Bandung <br /></p>
- <p class="big">
- Carried ± 0 years old<br />
- Gender ± man <br />
- Hometown ± Bandung <br /></p>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement