Advertisement
oftenwrongthemes

About Page 01

Aug 3rd, 2014
636
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html>
  3.  
  4. <head>
  5. <title>About Me</title>
  6.  
  7. <style type="text/css">
  8.  
  9. a {
  10. text-decoration: none
  11. color: white;
  12. }
  13.  
  14. .photo {
  15. width: 100px;
  16. height: 100px;
  17. border: 3px double #ccc;
  18. padding: 3px;
  19. margin-top: 200px;
  20. margin-left: 10px;
  21. }
  22.  
  23. .credit a {
  24. position: fixed;
  25. bottom: 10px;
  26. right: 12px;
  27. color: #333;
  28. font-size: 11px;
  29. text-decoration: none;
  30. }
  31.  
  32. .infobox {
  33. width: 106px;
  34. padding: 10px 10px 6px 10px;
  35. border-bottom: 1px solid #ccc;
  36. }
  37.  
  38. .title {
  39. font-family: georgia;
  40. font-size: 11px;
  41. font-style: italic;
  42. text-align: left;
  43. color: #ababab;
  44. text-transform: lowercase;
  45. font-weight: bold;
  46. padding-bottom: 4px;
  47. padding-left: 5px;
  48. }
  49.  
  50. .answer {
  51. text-align: right;
  52. font-family: georgia;
  53. font-size: 11px;
  54. font-style: italic;
  55. color: #ababab;
  56. text-transform: lowercase;
  57. padding-right: 5px;
  58. }
  59.  
  60. .content {
  61. width: 500px;
  62. overflow: auto;
  63. background: transparent;
  64. color: #777;
  65. text-align: justify;
  66. font-family: arial;
  67. height: 400px;
  68. font-size: 11px;
  69. padding: 0px 30px; 0px 30px;
  70. margin-top: 187px;
  71. }
  72.  
  73. .links {
  74. background-color: #777;
  75. width: 500px;
  76. padding: 6px 0px 6px 0px;
  77. text-align: center;
  78. margin-left: 30px;
  79. margin-top: 15px;
  80. color: white;
  81. font-family: arial;
  82. font-variant: small-caps;
  83. text-transform: lowercase;
  84. font-size: 13px;
  85. letter-spacing: 2px;
  86. }
  87.  
  88. .links a {
  89. color: white;
  90. text-decoration: none;
  91. margin-right: 7px;
  92. }
  93.  
  94. .scroll::-webkit-scrollbar { width: 4px; background: #fff }
  95. .scroll::-webkit-scrollbar-thumb { background: #aaa; }
  96. .scroll::-webkit-scrollbar-corner { background: #aaa; }
  97.  
  98. </style>
  99. </head>
  100.  
  101. <body>
  102.  
  103. <center>
  104.  
  105. <table><tr>
  106.  
  107. <td valign="top">
  108.  
  109. <div class="photo"><img src="image url here"></div>
  110. <div class="infobox"><div class="title">name</div><div class="answer">goes here</div></div>
  111. <div class="infobox"><div class="title">age</div><div class="answer">goes here</div></div>
  112. <div class="infobox"><div class="title">location</div><div class="answer">goes here</div></div>
  113. <div class="infobox"><div class="title">likes</div><div class="answer">go here</div></div>
  114. <div class="infobox"><div class="title">dislikes</div><div class="answer">go here</div></div>
  115. <div class="infobox"><div class="title">quote</div><div class="answer">goes here</div></div>
  116.  
  117. </td>
  118.  
  119. <td valign="top">
  120. <div class="content scroll">about info goes here
  121.  
  122. </div>
  123.  
  124. <div class="links"><a href="/">home</a> <a href="/ask">ask</a> <a href="/">link one</a> <a href="/">link two</a> <a href="/">link three</a></div>
  125.  
  126. </td>
  127.  
  128. </tr></table>
  129.  
  130. </center>
  131.  
  132. </body>
  133.  
  134. <div class="credit"><a href="http://bisexualamy.tumblr.com/">▲▲▲</a></div>
  135.  
  136. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement