Advertisement
ohcrucio

about page 01

Apr 27th, 2014
1,785
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <!-- ABOUT PAGE 01 by Elin
  5. http://ohcrucio.tumblr.com/
  6.  
  7. -RULES-
  8. 1. DO NOT REMOVE THE CREDITS
  9. 2. DO NOT USE IT AS A BASE
  10. 3. DO NOT CLAIM AS YOUR OWN -->
  11.  
  12. <title>About me</title>
  13. <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  14. <style type="text/css">
  15.  
  16. body {
  17. font-family: cambria;
  18. font-size: 11px;
  19. color: #767676;
  20. line-height: 1.2em;
  21. }
  22.  
  23. a, a:visited, a:hover {
  24. color: #555555;
  25. text-decoration: none;
  26. }
  27.  
  28. h1, h2 {
  29. color: #555555;
  30. text-align: center;
  31. font-family: 'Great Vibes', cursive;
  32. font-weight: normal;
  33. }
  34.  
  35. h1 {
  36. font-size: 32px;
  37. }
  38.  
  39. h2 {
  40. font-size: 24px;
  41. padding-bottom: 3px;
  42. border-bottom: 1px dashed #f1f1f1;
  43. }
  44.  
  45. ::-webkit-scrollbar {
  46. width: 5px;
  47. }
  48.  
  49. ::-webkit-scrollbar-thumb {
  50. background-color: #f1f1f1;
  51. }
  52.  
  53. #container {
  54. width: 700px;
  55. margin: 0 auto;
  56. padding-top: 40px;
  57. }
  58.  
  59. #title {
  60. margin-bottom: -10px;
  61. }
  62.  
  63. #links {
  64. margin-top: 13px;
  65. text-align: center;
  66. margin-bottom: 20px;
  67. width: 150px;
  68. }
  69.  
  70. #links a {
  71. display: block;
  72. text-transform: uppercase;
  73. font-weight: normal;
  74. font-family: trebuchet ms;
  75. background-color: #fafafa;
  76. color: #767676;
  77. font-size: 11px;
  78. padding: 2px 4px;
  79. margin: 5px;
  80. }
  81.  
  82. #sidebar {
  83. float: left;
  84. margin-top: 17px;
  85. margin-left: 15px;
  86. }
  87.  
  88. #wrapper {
  89. float: right;
  90. width: 500px;
  91. height: 500px;
  92. background-color: #fafafa;
  93. border: 1px solid #f1f1f1;
  94. }
  95.  
  96. #desc {
  97. margin-top: 15px;
  98. margin-left: 15px;
  99. overflow: auto;
  100. width: 450px;
  101. height: 470px;
  102. padding: 0 10px;
  103. background-color: #FFF;
  104. text-align: justify;
  105. }
  106.  
  107. </style>
  108. </head>
  109.  
  110. <body>
  111. <div id="container">
  112. <div id="sidebar">
  113. <div id="title"><h1>About me</h1></div>
  114. <img src="https://31.media.tumblr.com/11f771444c48ce402c9482c60731db9c/tumblr_inline_n4p6mvW7FJ1qm21zj.png">
  115. <div id="links">
  116. <a href="/">Home</a>
  117. <a href="/ask">Message</a>
  118. <a href="/archive">Archive</a>
  119. <a href="http://tumblr.com/">Dashboard</a>
  120. <a href="http://ohcrucio.tumblr.com/">&copy;</a>
  121. </div>
  122. </div>
  123. <div id="wrapper">
  124. <div id="desc">
  125. <h2>TITLE</h2>
  126. <p>Put your own text here!</p>
  127. <h2>TITLE</h2>
  128. <p><strong>Bold text</strong></p>
  129. <ul>
  130. <li>this</li>
  131. <li>is</li>
  132. <li>a</li>
  133. <li>list</li>
  134. </div>
  135. </div>
  136. </div>
  137. </body>
  138. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement