Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title>aspen page</title>
- <link rel="shortcut icon" href="favicon url">
- <link href="https://fonts.googleapis.com/css?family=Homemade+Apple&display=swap" rel="stylesheet">
- <style type"text/css">
- body {
- background:#a8af83;
- background-image:url('url here');
- background-attachment:fixed;
- color:#fff;
- font-size:14px;
- font-family:arial;
- }
- a {
- color:#92af83;
- text-decoration:underline;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- a:hover {
- color:#fff;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- .container {
- width:1000px;
- margin:0 auto;
- overflow:hidden;
- text-align:center;
- }
- .wrapper {
- width:304px;
- height:425px;
- margin-left:auto;
- margin-right:auto;
- margin-top:10px;
- overflow:hidden;
- }
- .imgbox {
- width:300px;
- height:200px;
- position:relative;
- }
- .imgbox img {
- border:2px solid #000;
- }
- .bio {
- width:300px;
- height:200px;
- background:#000;
- border:2px solid #000;
- position:relative;
- margin-top:15px;
- text-align:left;
- }
- .question {
- color:#fff;
- text-transform:uppercase;
- background:#1d5600;
- font-weight:bold;
- display:inline-block;
- font-size:16px;
- margin-left:15px;
- }
- .thanks {
- width:300px;
- height:100px;
- position:relative;
- margin-left:auto;
- margin-right:auto;
- margin-top:15px;
- }
- .thanks h2 {
- font-family:'Homemade Apple',cursive;
- font-size:20px;
- color:#000;
- }
- </style>
- </head>
- <body>
- <div class="container">
- <div class="wrapper">
- <div class="imgbox">
- <img src="https://66.media.tumblr.com/fb37f102dfe0e953be312097883bf2f8/tumblr_pto8tlI9111rtk9m8o1_1280.jpg" width="300px" height="200px">
- </div>
- <div class="bio">
- <p><div class="question">name:</div> name here</p>
- <p><div class="question">age:</div> age here</p>
- <p><div class="question">prns:</div> prns here</p>
- <p><div class="question">role:</div> role here</p>
- </div>
- </div>
- <div class="thanks">
- <h2>Thanks,<h2>
- <h2 style="text-align:right">-- Management</h2>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment