Advertisement
Amanduhh7

FAQ Page

Dec 20th, 2013
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <head>
  4.  
  5.  
  6. <!--Do not remove credit-->
  7. <!--Do not remove credit-->
  8. <!--Do not remove credit-->
  9. <!--Do not remove credit-->
  10.  
  11.  
  12.  
  13.  
  14. <style type="text/css">
  15.  
  16. ::-webkit-scrollbar-thumb:vertical
  17. {background-color:pink;
  18. height:100px;}
  19.  
  20. ::-webkit-scrollbar
  21. {height:0px;
  22. width:4px;
  23. background-color:#FFFFFF;}
  24.  
  25. body{ background-color:#f9eeee;}
  26.  
  27. #ask{
  28. position:fixed;
  29. margin-top:100px;
  30. margin-left:770px;
  31. color:pink;
  32. font-size:50px;
  33. font-family:sweetly broken;
  34. }
  35.  
  36. #submit{
  37. position:fixed;
  38. margin-top:400px;
  39. margin-left:770px;
  40. color:pink;
  41. font-size:50px;
  42. font-family:sweetly broken;
  43. }
  44.  
  45. #faq{
  46. position:fixed;
  47. margin-top:50px;
  48. margin-left:570px;
  49. color:pink;
  50. font-size:50px;
  51. font-family:sweetly broken;
  52. }
  53.  
  54. .nav{
  55. position:fixed;
  56. margin-top:15px;
  57. margin-left:370px;
  58. }
  59.  
  60. .nav a{text-decoration:none; color:pink; font-size:20px; font-family:stereofidelic; padding-right:30px;}
  61.  
  62. #container{
  63. position:fixed;
  64. width:500px;
  65. height:400px;
  66. border:5px solid teal;
  67. margin-top:125px;
  68. margin-left:400px;
  69. overflow:auto;
  70. }
  71.  
  72. .question{
  73. position:relative;
  74. color:pink;
  75. font-size:20px;
  76. font-family:stereofidelic;
  77. background-color:gray;
  78. text-align:center;
  79. width:500px;
  80. padding:10px;
  81. }
  82.  
  83. .answer{
  84. position:relative;
  85. font-family:arial;
  86. font-size:14px;
  87. background-color:#d2cfcf;
  88. width:450px;
  89. color:white;
  90. line-height:120%;
  91. padding:10px;
  92. }
  93.  
  94.  
  95. .ask{
  96. position:fixed;
  97. margin-top:50px;
  98. margin-left:900px;
  99. }
  100.  
  101.  
  102. .footer{
  103. position:fixed;
  104. bottom:-1px;
  105. left:-5px;
  106. width:1400px;
  107. height:50px;
  108. background-color:gray;
  109. }
  110.  
  111.  
  112.  
  113. </style>
  114.  
  115. </head>
  116.  
  117.  
  118. <body>
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125. <div id="faq">
  126. FAQ
  127. </div>
  128.  
  129.  
  130.  
  131. <div id="container">
  132. <div class="question">
  133. Will you check out my page?
  134. <div class="answer">
  135. Of course! Just send me an ask asking me to check out your page and I would be happy to!
  136. </div>
  137. </div>
  138.  
  139.  
  140. <div class="question">
  141. Will you check out my page?
  142. <div class="answer">
  143. Of course! Just send me an ask asking me to check out your page and I would be happy to!
  144. </div>
  145. </div>
  146.  
  147. <div class="question">
  148. Will you check out my page?
  149. <div class="answer">
  150. Of course! Just send me an ask asking me to check out your page and I would be happy to!
  151. </div>
  152. </div>
  153.  
  154. <div class="question">
  155. Will you check out my page?
  156. <div class="answer">
  157. Of course! Just send me an ask asking me to check out your page and I would be happy to!
  158. </div>
  159. </div>
  160.  
  161. <div class="question">
  162. Will you check out my page?
  163. <div class="answer">
  164. Of course! Just send me an ask asking me to check out your page and I would be happy to!
  165. </div>
  166. </div>
  167.  
  168. <div class="question">
  169. Will you check out my page?
  170. <div class="answer">
  171. Of course! Just send me an ask asking me to check out your page and I would be happy to!
  172. </div>
  173. </div>
  174.  
  175.  
  176. </div>
  177.  
  178. <div class="footer">
  179. <div class="nav">
  180. <a href="/">Home</a>
  181. <a href="http://www.tumblr.com/dashboard">Dashboard</a>
  182. <a href="about">About</a>
  183. <a href="/ask">Ask</a>
  184. <a href="/submit">Submit</a>
  185. <a href="{Link1}">Link One</a>
  186. <a href="{Link2}">Link Two</a>
  187. <a href="{Link3}">Link Three</a>
  188. </div>
  189. </div>
  190.  
  191. <div style="position:fixed; font-size:5px; margin-left:1200px; margin-top:615px;">
  192. <a href="http://www.slapdashthemes.tumblr.com"><img src="http://i98.photobucket.com/albums/l274/shell282/sdtcredit_zps35bc0e2c.png"></a>
  193. </body>
  194. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement