palfin

about me page 2

Jan 3rd, 2015
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. <link href='http://fonts.googleapis.com/css?family=Offside' rel='stylesheet' type='text/css'>
  7.  
  8.  
  9. <style type="text/css">
  10.  
  11. body {
  12. background: #fff;
  13. margin:20px;
  14. margin-top:30px;
  15. color:#C7C7C7;
  16. font-family:;
  17. font-size:10px;
  18. line-height:100%;
  19. text-align:justify;
  20. }
  21.  
  22. a{text-decoration:none; outline:none; -moz-outline-style:none; color:#AAAAAA;}
  23.  
  24. #center {
  25. position: absolute;
  26. height: 200px;
  27. width: 400px;
  28. margin: -100px 0 0 -200px;
  29. top: 50%;
  30. left: 50%;
  31. }
  32.  
  33. #box {
  34. position:fixed;
  35. width:400px;
  36. height:270px;
  37. border:dashed 1px;
  38. position: absolute;
  39. margin-top:-40px;
  40. margin-left:20px;
  41. }
  42.  
  43.  
  44. #title {
  45. text-align:center;
  46. margin-top:-90px;
  47. font-family:georgia;
  48. font-size:20px;
  49. color:#CDC0B0;
  50. padding-top:9px;
  51. padding-bottom:8px;
  52. }
  53.  
  54.  
  55. #aboutme {
  56. position:fixed;
  57. font-family: 'Open Sans', sans-serif;
  58. font-size:15px;
  59. color:#a8a8a8;
  60. margin-left:2px;
  61. margin-top:20px;
  62. line-height: 100%;
  63. padding:8px;
  64. width:200px;
  65. }
  66.  
  67.  
  68. #desctitle {
  69. position:fixed;
  70. background-color:black;
  71. width:200px;
  72. height:10px;
  73. font-family: 'Open Sans', sans-serif;
  74. font-size:10px;
  75. color:#fff;
  76. margin-left:7px;
  77. margin-top:8px;
  78. padding-top:2px;
  79. padding-bottom:2px;
  80. text-align:center;
  81. }
  82.  
  83. #desc {
  84. position:fixed;
  85. width:300px;
  86. height:10px;
  87. font-family:trebuchet ms;
  88. font-size:20px;
  89. color:#000;
  90. margin-left:30px;
  91. margin-top:185px;
  92. padding-top:2px;
  93. padding-bottom:2px;
  94. text-align:center;
  95. }
  96.  
  97. #nav {
  98. position:fixed;
  99. width:150px;
  100. font-family: 'Offside', cursive;
  101. font-size:20px;
  102. text-align:center;
  103. margin-top:80px;
  104. margin-left:240px;
  105. }
  106.  
  107.  
  108. #header {
  109. width:350px;
  110. margin-top:-350px;
  111. margin-left:30px;
  112. }
  113.  
  114. #header1 {
  115. width:350px;
  116. margin-top:150px;
  117. margin-left:-200px;
  118. }
  119.  
  120. #links {
  121. position:fixed;
  122. width:140px;
  123. line-height: 200%;
  124. text-transform: uppercase;
  125. margin-left: 60px;
  126. margin-top: 30px;
  127. height:40px;
  128. text-align: justify;
  129. margin-bottom:0px;
  130. display:block;
  131. padding: 0px;
  132.  
  133. }
  134.  
  135.  
  136. </style>
  137. {CustomCSS}</style></head><body>
  138.  
  139. <div id="center">
  140. <div id="header">
  141. <div id="desc">Hello my name is <!--put your name there --> </div>
  142.  
  143. <img src="https://38.media.tumblr.com/d61b29dd3f60ece1e820d37f1c37fb50/tumblr_n8an8hjNKI1tot98eo1_250.jpg" width="400" align="center">
  144.  
  145.  
  146.  
  147. </div>
  148. <div id="box">
  149. <div id="desctitle">ABOUT ME</div>
  150. <div id="aboutme">
  151.  
  152. I love bad bitches, that's my fucking problem </br>
  153. And yeah, I like to fuck, I got a fucking problem </br>
  154. I love bad bitches, that's my fucking problem </br>
  155. And yeah, I like to fuck, I got a fucking problem </br>
  156. I love bad bitches, that's my fucking problem </br>
  157. And yeah, I like to fuck, I got a fucking problem</br>
  158. If finding somebody real is your fucking problem </br>
  159. Bring your girls to the crib, maybe we can solve it
  160. </div>
  161.  
  162.  
  163. <div id="nav">
  164. <a href="/">home</a> </br></br></br></br>
  165. <a href="/ask">ask</a> </br></br></br></br>
  166. <a href="http://hellzayn.tumblr.com/">credit</a>
  167.  
  168.  
  169. <div id="header1">
  170. <img src="https://38.media.tumblr.com/55c80858a86086a38a0ed212d205b189/tumblr_n8cvv8VzOY1tot98eo1_250.jpg" width="300" align="center">
  171. </div>
  172. </div>
  173.  
  174.  
  175. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment