Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title>wa website</title>
- <link rel="shortcut icon" href="https://66.media.tumblr.com/75c4707e86cf5493352270b6d06ae725/tumblr_inline_nokv6wO0OQ1ry72eo_75sq.gif"> <!-- cchange url here fro your own faivicon :) -->
- <link rel="altertnate" type="application/rss+xml" href="{RSS}">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <style type="text/css">
- ::-webkit-scrollbar {
- height:6px;
- width:6px;
- background-color: transparent;
- }
- ::-webkit-scrollbar-thumb {
- background-color: #8b1dba; /*scrollbar colorr*/
- border-right:4px solid #fff;
- border-top:4px solid #fff;
- border-bottom:4px solid #fff;
- }
- body {
- font-size:14px; /*cchange font size here :)*/
- font-family:arial; /*chcnage font style here */
- color:#000;
- background-color:#fff; /*change backgroiudn color here*/
- background-image:url('url here') /*iff you want a tiling backgorind put it here */
- background-attachment:fixed;
- }
- a {
- color:#c9b100; /*change coloiur of link s here*/
- text-decoration:underline; /*changge thi s to none if you ddont want it underline*/
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration:0.5s;
- }
- a:hover {
- color:#fff; /*linkk hhover colro here*/
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- .container {
- width:1000px;
- margin:auto;
- }
- .banner {
- margin-right:auto;
- margin-left:auto;
- margin-top:50px;
- width:800px;
- height:auto;
- background-image:url('https://66.media.tumblr.com/01e4ed3eb77db40186af3e4259bdd1d5/tumblr_inline_mjziz3WXTD1qz4rgp.gif'); /*chchnage banner */
- background-repeat:repeat-x;
- }
- .box {
- margin-right:auto;
- margin-left:auto;
- margin-top:10px;
- width:800px;
- height:400px;
- top:40px;
- background-color:#fff; /*backogirund color of lbox*/
- position:static;
- border-style:double;
- border-width:5px;
- border-color:#c9b100; /*border coloiur*/
- }
- .boxleft {
- position:absolute;
- width:400px;
- height:400px;
- border-right:solid 2px #c9b100; /*mamke this thee same coloir as the boxx border*/
- overflow:auto;
- font-family:arial;
- }
- .image {
- text-align:center;
- max-width:200px;
- max-height:200px;
- }
- .image img {
- text-align:center;
- margin:20px;
- max-width:200px;
- max-height:200px;
- border: solid 2px #c9b100; /*immmage border color*/
- }
- .links {
- position:static;
- left:auto;
- right:auto;
- }
- .links a {
- color:#c9b100; /*changeg linkk text colr*/
- width:100px;
- margin:0px 5px;
- padding:2px 2px 2px 2px;
- display:inline-block;
- border:3px double #c9b100; /*linkk bordeer color*/
- background:#fff; /*linkk backgorund color*/
- text-decoration:none;
- }
- .links a:hover {
- color:#000; /* llinkkk hover ctext colr */
- background:#fff; /* link hover backgorijnd color */
- }
- .textleft {
- color:#000; /*leeft boxx description text colorr */
- margin-top:15px;
- text-align:center;
- }
- .boxright {
- position:relative;
- left:400px;
- width:400px;
- height:400px;
- overflow:auto;
- font-family:arial;
- }
- .title {
- text-align:center;
- margin:20px;
- font-size:24px; /*ttitel font size*/
- font-weight:bold;
- font-family:monospace;
- margin-bottom:15px;
- color:#8b1dba; /*ttile color*/
- }
- .textright {
- color:#000; /*rirught text colro*/
- margin-top:15px;
- text-align:center;
- }
- </style>
- </head>
- <body>
- <div class="container">
- <div class="banner"><img src="https://66.media.tumblr.com/01e4ed3eb77db40186af3e4259bdd1d5/tumblr_inline_mjziz3WXTD1qz4rgp.gif"></div>
- <div class="box">
- <div class="boxleft">
- <center><div class="image"><img src="https://66.media.tumblr.com/d293a0e9a2045d607a22338bd9acaae0/tumblr_o9bd91LU4f1tykc72o5_250.jpg"></div>
- <div class="links">
- <a href="url here">link 1</a>
- <a href="url here">link 2</a>
- <a href="url here">link 3</a>
- </div>
- <div class="textleft">
- <p>pput texxt here or youbcan put banner likee this </p>
- <p><img src="https://66.media.tumblr.com/4f2a94ffbc2210f1ea0b00d4f7347a1e/tumblr_inline_okcvqsrGqO1u6u1df_400.png"></p>
- </div></center>
- </div>
- <div class="boxright">
- <div class="title">wa page!!</div>
- <div class="textright">
- <p>hhi im unccle wario and im funn adn loive chickenss!!!!!</p>
- <p>put inffo baout yourself here :)</p>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment