Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title>mouse page</title>
- <link rel="shortcut icon" href="favicon url">
- <style type="text/css">
- body {
- background:#fff;
- background-image:url('https://66.media.tumblr.com/4ced2288caea00abafa6aa29682e9c79/tumblr_inline_ptvdo84bkB1tyarbw_1280.gif');
- background-attachment:fixed;
- font-size:14px;
- font-family:monospace;
- color:#000;
- }
- a {
- color:#02562b;
- 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:#000;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- .container {
- width:1000px;
- margin-left:auto;
- margin-right:auto;
- overflow:hidden;
- text-align:center;
- }
- .topwrapper {
- width:425px;
- height:205px;
- overflow:hidden;
- margin-left:auto;
- margin-right:auto;
- margin-top:60px;
- }
- .imgbox {
- width:204px;
- height:204px;
- position:relative;
- display:inline-block;
- overflow:hidden;
- }
- .textbox {
- width:200px;
- height:200px;
- background:#6ba386;
- border:2px solid #000;
- display:inline-block;
- overflow:hidden;
- }
- .bottomwrapper {
- width:425px;
- height:205px;
- margin-left:auto;
- margin-right:auto;
- margin-top:-1px;
- overflow:hidden;
- }
- .biobox {
- width:200px;
- height:200px;
- background:#6ba386;
- border:2px solid #000;
- display:inline-block;
- overflow:hidden;
- text-align:left;
- }
- .question {
- color:#fff;
- text-transform:uppercase;
- font-weight:bold;
- font-size:16px;
- display:inline-block;
- margin-left:15px;
- }
- </style>
- </head>
- <body>
- <div class="container">
- <div class="topwrapper">
- <div class="imgbox" style="margin-right:-8px;">
- <img src="https://66.media.tumblr.com/5efd28df97d906f71aee71a7820d76f9/tumblr_psjsnyUKSR1wo3oka_1280.jpg" width="204px" height="204px">
- </div>
- <div class="textbox">
- <p>fun text here</p>
- </div>
- </div>
- <div class="bottomwrapper">
- <div class="biobox" style="margin-right:-8px;">
- <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 class="imgbox">
- <img src="https://66.media.tumblr.com/feba1756f91da98e1b409df0890a7fe3/tumblr_psjsldzbyg1wo3oka_1280.jpg" width="204px" height="204px">
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment