Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <style type="text/css">
- body {
- background-color:#ffffff;
- font-family:calibri;
- color:#fcfdff;
- font-size:12px;
- background-image: url('');
- }
- a {text-decoration:none;}
- a:link, a:active, a:visited {
- display:inline-block;
- color:#d39f9f;
- font-style:italic;
- }
- a:hover {
- color:#b17979;
- }
- #about{
- width:600px;
- text-align:left;
- margin-left:300px;
- margin-top:100px;
- background-color:#410505;
- padding:50px;
- }
- #ab img {
- margin-top:-100px;
- margin-left:250px;
- position:absolute;
- max-width:50px;
- border: 20px solid #220202;
- height:auto;
- text-align:center;
- }
- #tilt {
- font-size:18px;
- color:#c93a3a;
- text-transform:uppercase;
- font-style:bold;
- }
- .nix a{
- color:#d39f9f;
- display:inline-block;
- text-transform:uppercase;
- font-size:16px;
- font-style:italic;
- margin-right:10px;
- }
- .nix a:hover {
- color:#fcfdff;
- }
- </style>
- </head>
- <body>
- <div id="about">
- <div id="ab"><img src="{PortraitURL-96}"></div>
- <p><center><div id="tilt">NAME. AGE. LOCATION.</div></center>
- <p>WRITE ABOUT YOURSELF HERE. TELL THE WORLD HOW COOL YOU ARE.
- <p><center><div class="nix"><a href="/">home</a> <a href="/ask">ask</a> <a href="/">ONE</a> <a href="/">TWO</a> <a href="http://furyofthetimelords.tumblr.com">credit</div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment