Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title>sab website!!</title> <!-- title here :) -->
- <link rel="shortcut icon" href="https://66.media.tumblr.com/988b49490b310608ebe37a4da90f006a/tumblr_inline_pcjnnuLeKI1ry72eo_75sq.gif"> <!-- changge the urrl heree for yoiru own fabicon :) -->
- <link rel="altertnate" type="application/rss+xml" href="{RSS}">
- <style type="text/css">
- body {
- font-size:13px; /* cchange fontt size here */
- font-family:arial; /* changge font ttype here */
- color:#fff;
- background-color:#000; /* ccolor of pagge backgorudnd */
- background-image:url('url here'); /* iff you want bakcogrund picture put itt here, uuse a tiling backgorund */
- background-attachment:fixed;
- }
- a {
- color:#91020a; /*ccolor of links */
- 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:#fc0509; /* llink hover coloiur */
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- .container {
- width:1000px;
- margin:auto;
- }
- .box {
- width:500px;
- height:500px;
- top:40px;
- background-color:#000; /* cchange collour of box */
- position:fixed;
- border-style:solid;
- border-width:2px;
- border-color:#fff; /*bborder coloir */
- }
- .content {
- position:absolute;
- top:15px;
- left:15px;
- right:15px;
- bottom:15px;
- padding:25px;
- overflow:auto;
- font-family:arial;
- }
- .title {
- font-size:22px;
- text-transform:lowercase;
- font-weight:bold;
- margin-bottom:15px;
- color:#fff; /* ttitle color */
- }
- .text {
- font-size:14px;
- color:#fff; /* desccription color */
- margin-top:15px;
- line-height:145%;
- text-align:center;
- }
- .sidebar {
- margin-left:600px;
- margin-top:200px;
- width:200px;
- padding:10px;
- text-align:center;
- position:relative;
- }
- .sidebar img {
- text-align:center;
- padding:5px;
- }
- .links {
- margin-top:10px;
- margin-left:-100px;
- }
- .links a {
- margin-top:10px;
- display:inline-block;
- padding:2px 2px 2px 2px;
- border-style:solid;
- border-width:2px;
- border-color:#fff;
- width:100px;
- position:absolute;
- font-size:16px;
- text-decoration:none;
- color:#fff; /*llink text colourr */
- background:#000; /* linkn brakcground coloiur */
- }
- .links a:hover {
- color:#000; /* llinkkk hover ctext colr */
- background:#fff; /* link hover backgorijnd color */
- }
- </style>
- </head>
- <body>
- <div class="container">
- <div class="box">
- <div class="content">
- <div class="title">sab website!!</div>
- <div class="text">here is wherree you putt ysttuff about yoursefl :)<br><br>
- try nott to peut more inffo than thee box is bigg cus i haventt figuredd out howw to do cool sccrollbars yyet and it mihgt lok ugly :(</div>
- </div>
- </div>
- <div class="sidebar">
- <img src="https://i.gyazo.com/0e7b824f88ba7637714471a07e74095c.png"> <!-- cchange the ssidebar imagge here :) -->
- <div class="links">
- <a href="/">link 1</a></br><br>
- <a href="/">link 2</a><br><br>
- <a href="/">link 3</a><br><br> <!--pllease leave the br ttags cus the linkks got kinda mesed up andd it aws the only wayy i coculd fix it :( -->
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment