Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title>pepper website</title>
- <link rel="shortcut icon" href="url">
- <style type="text/css">
- body {
- background:#000;
- background-image:url('url here');
- background-attachment:fixed;
- font-size:14px;
- font-family:monospace;
- color:#fff;
- }
- a {
- color:#fff;
- text-decoration:underline;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- a:hover {
- text-transform:uppercase;
- -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;
- margin-top:70px;
- overflow:hidden;
- text-align:center;
- }
- .about {
- height:400px;
- width:300px;
- background-color:#000;
- border:2px dotted #fff;
- display:inline-block;
- margin-left:10px;
- margin-right:10px;
- }
- .aboutq {
- position:absolute;
- height:175px;
- width:300px;
- border-bottom:2px dotted #fff;
- }
- .text {
- text-align:left;
- position:absolute;
- margin:15px;
- color:#fff;
- }
- .image {
- height:400px;
- width:300px;
- background-color:#000;
- border:2px dotted #fff;
- display:inline-block;
- overflow:hidden;
- margin-left:10px;
- margin-right:10px;
- }
- .links {
- height:400px;
- width:135px;
- display:inline-block;
- overflow:hidden;
- margin-left:10px;
- }
- .boxes {
- height:125px;
- width:125px;
- display:inline-block;
- border:2px dotted #fff;
- background-color:#000;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- .boxes:hover {
- background-color:#fff;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- .boxes p {
- position:relative;
- top:50%;
- transform:translateY(-50%);
- margin:0 auto;
- text-align:center;
- }
- </style>
- </head>
- <body>
- <div class="container">
- <div class="links">
- <a href="url">
- <div class="boxes" style="margin-bottom:6.5px">
- <p><img src="https://66.media.tumblr.com/abc3407689772a991333e0865cb0c9dd/tumblr_inline_pbhd0e6IFy1ry72eo_75sq.gif"></p>
- </div>
- </a>
- <a href="url">
- <div class="boxes" style="margin-bottom:6.5px">
- <p><img src="https://66.media.tumblr.com/ffb88a9d14a0e1d8e0f5f702307c0150/tumblr_inline_pbhd0eozyE1ry72eo_75sq.gif"></p>
- </div>
- </a>
- <a href="url">
- <div class="boxes">
- <p><img src="https://66.media.tumblr.com/07368cd23e8287fecbc38f10d16d9bda/tumblr_inline_pbhd0edJJq1ry72eo_75sq.gif"></p>
- </div>
- </a>
- </div>
- <div class="image">
- <img src="url" height="400px" width="300px">
- </div>
- <div class="about">
- <div class="aboutq">
- <div class="text">
- <p>NAME: pebber</p>
- <p>AGE: 4</p>
- <p>PRNS: aa/aa</p>
- <p>ROLE: boob</p>
- </div>
- <div class="text" style="top:175px">
- <p>aabout info here :)</p>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment