Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title>yulia</title>
- <link rel="shortcut icon" href="favicon url"> <!--put favicon url here-->
- <link href="https://fonts.googleapis.com/css?family=Abel&display=swap" rel="stylesheet">
- <style type="text/css">
- body {
- background:#fff; /*background color for entire page*/
- background-image:url('url here'); /*add url for tiling background*/
- background-attachment:fixed;
- font-size:14px; /*font size for entire page*/
- font-family:times; /*font for entire page*/
- color:#000; /*font color for entire page*/
- }
- a {
- color:#000; /*link color for entire page*/
- text-decoration:underline; /*change this to none if you dont want links to be underlined*/
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- a:hover {
- color:#000 /*link hover color*/
- text-transform:uppercase; /*remove this if you dont want links to change to uppercase when hovered*/
- -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;
- }
- .title {
- margin-left:auto;
- margin-right:auto;
- width:600px;
- font-size:30px; /*title font size*/
- font-family:Abel; /*title font*/
- color:#000; /*title color*/
- text-align:left; /*title alignment*/
- border-bottom:1px solid #000; /*underline width style color*/
- }
- .about {
- width:500px;
- height:300px;
- display:inline-block;
- overflow:hidden;
- border-right:1px solid #000; /*line between sidebar and about*/
- margin:10px;
- }
- .abouttext {
- width:500px;
- color:#000; /*about text color*/
- text-align:right; /*about text alignment*/
- margin-left:-20px;
- word-break:break-all;
- }
- .sidebar {
- width:100px;
- height:300px;
- display:inline-block;
- overflow:hidden;
- margin:10px;
- }
- .sidebarpic {
- position:absolute;
- width:100px;
- height:100px;
- }
- .sidebarpic img {
- border:1px solid #000; /*sidebar image border*/
- border-radius:50%; /*take out this line if you want it to be square*/
- }
- .sidebartext {
- color:#000; /*sidebar text color*/
- text-align:left; /*sidebar text alignment*/
- margin-top:115px;
- word-break:break-all;
- }
- .links {
- margin-left:35px;
- width:100px;
- height:300px;
- display:inline-block;
- overflow:hidden;
- }
- .boxes {
- height:50px;
- width:50px;
- display:inline-block;
- background-color:#fff; /*links background color*/
- border:1px solid #000; /*links border*/
- margin:0 auto;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- .boxes:hover {
- background-color:#000; /*links hover background*/
- -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="title">yulia page</div> <!--title goes here-->
- <div class="about">
- <div class="abouttext">
- <!--about text starts here-->
- <p>hi im yulia im a big gay</p>
- <p>hee hee hoo hoo</p>
- <!--about text end here-->
- </div>
- </div>
- <div class="sidebar">
- <!--replace url here with the url of the pic you want-->
- <div class="sidebarpic"><img src="https://i.gyazo.com/1a0652a46f68e809c3daf952dd6bd60f.png" width="100px" height="100px"></div>
- <div class="sidebartext">
- <!--sidebar text starts here-->
- <p><strong>n:</strong> yulia</p>
- <p><strong>a:</strong> 21</p>
- <p><strong>p:</strong> ?</p>
- <p><strong>r:</strong> ?</p>
- <!--sidebar text ends here-->
- </div>
- </div>
- <div class="links">
- <table style="width:100%;height:100%">
- <tr><th><a href="url here"> <!--place url of link you want here, do same for the links below-->
- <div class="boxes">
- <!--change url for little pixel in link box, do same for the links below-->
- <p><img src="https://66.media.tumblr.com/2944b1e1a47383478c308823835c0406/tumblr_inline_mt9b2ny5QW1qcza22.gif"></p>
- </div>
- </a></th></tr>
- <tr><th><a href="url here">
- <div class="boxes">
- <p><img src="https://66.media.tumblr.com/c7ca3ec09e7de098c02e5bb6507b674a/tumblr_inline_mt9b40OgUs1qcza22.gif"></p>
- </div>
- </a></th></tr>
- <tr><th><a href="url here">
- <div class="boxes">
- <p><img src="https://66.media.tumblr.com/4d0b619fef982161c805ec282d7733be/tumblr_inline_mt9b3pqOjM1qcza22.gif"></p>
- </div>
- </a></th></tr>
- </table>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment