Guest User

Untitled

a guest
Apr 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1.  
  2.  
  3.  
  4. <style type="text/css">
  5.  
  6. .pfor { display: none; }
  7.  
  8. #profile { width: 800px; background-color: transparent; border: none; }
  9.  
  10. body { background-color: #939666;
  11.  
  12. background-image: url('Background Picture here');}
  13.  
  14. #img {
  15.  
  16. width: 407px;
  17.  
  18. height: 614px;
  19.  
  20. position: fixed;
  21.  
  22. top: 50px;
  23.  
  24. left: 50px;
  25.  
  26. overflow: hidden;
  27.  
  28. }
  29.  
  30. #img_two {
  31.  
  32. position: fixed;
  33.  
  34. bottom: 0px;
  35.  
  36. right: 0px;
  37.  
  38. }
  39.  
  40. #menu_one {
  41.  
  42. position: fixed;
  43.  
  44. top: 230px;
  45.  
  46. left: 500px;
  47.  
  48. }
  49.  
  50. #container {
  51.  
  52. height: 300px;
  53.  
  54. position: fixed;
  55.  
  56. top: 250px;
  57.  
  58. left: 490px;
  59.  
  60. right: 50px;
  61.  
  62. background-color: #FFFFFF;
  63.  
  64. border: 5px #FFFFFF solid;
  65.  
  66. overflow: hidden;
  67.  
  68. font-family: georgia;
  69.  
  70. font-size: 10px;
  71.  
  72. color: #190004;
  73.  
  74. }
  75.  
  76. #one, #two, #three, #four, #five {
  77.  
  78. height: 300px;
  79.  
  80. overflow: auto;
  81.  
  82. }
  83.  
  84. #title_one {
  85.  
  86. font-family: tahoma;
  87.  
  88. font-size: 150px;
  89.  
  90. letter-spacing: 10px;
  91.  
  92. text-align: center;
  93.  
  94. color: #190004;
  95.  
  96. position: fixed;
  97.  
  98. right: 50px;
  99.  
  100. top: 20px;
  101.  
  102. }
  103.  
  104. #title_two {
  105.  
  106. font-family: times new roman;
  107.  
  108. font-size: 40px;
  109.  
  110. letter-spacing: 1px;
  111.  
  112. text-align: center;
  113.  
  114. color: #FFFFFF;
  115.  
  116. position: fixed;
  117.  
  118. right: 50px;
  119.  
  120. top: 160px;
  121.  
  122. }
  123.  
  124. a, a:visited {
  125.  
  126. color: #FCD673;
  127.  
  128. text-decoration: none;
  129.  
  130. letter-spacing: 1px;
  131.  
  132. font-family: courier new;
  133.  
  134. font-weight: bold;
  135.  
  136. }
  137.  
  138. a:hover {
  139.  
  140. color: #190004;
  141.  
  142. }
  143.  
  144. h1 {
  145.  
  146. font-family: times new roman;
  147.  
  148. font-size: 20px;
  149.  
  150. line-height: 18px;
  151.  
  152. color: #FFFFFF;
  153.  
  154. letter-spacing: 5px;
  155.  
  156. background-color: #B74E40;
  157.  
  158. border-right: 60px solid #1F120C;
  159.  
  160. border-left: 20px solid #333301;
  161.  
  162. text-indent: 20px;
  163.  
  164. font-variant: small-caps;
  165.  
  166. }
  167.  
  168. p {
  169.  
  170. margin: 20px 20px 20px 20px;
  171.  
  172. }
  173.  
  174. b {
  175.  
  176. color: #BD9130;
  177.  
  178. }
  179.  
  180. </style>
  181.  
  182. <div id="title_one">
  183.  
  184. Title One
  185.  
  186. </div>
  187.  
  188. <div id="title_two">
  189.  
  190. Title Two
  191.  
  192. </div>
  193.  
  194. <div id="img">
  195.  
  196. <img src="Picture goes Here">
  197.  
  198. </div>
  199.  
  200. <div id="container">
  201.  
  202. <div id="one">
  203.  
  204. <a name="one"></a>
  205.  
  206. <h1>Header</h1>
  207.  
  208.  
  209.  
  210. <p><center>
  211.  
  212.  
  213.  
  214.  
  215. </center>
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223. </p>
  224.  
  225. </div>
  226.  
  227. <div id="two">
  228.  
  229. <a name="two"></a>
  230.  
  231. <h1>Header </h1>
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240. </div>
  241.  
  242. <div id="three">
  243.  
  244. <a name="three"></a>
  245.  
  246. <h1>Header</h1>
  247.  
  248.  
  249.  
  250.  
  251.  
  252. </div>
  253.  
  254. <div id="four">
  255.  
  256. <a name="four"></a>
  257.  
  258. <h1>Header</h1>
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265. </div>
  266.  
  267.  
  268.  
  269. <div id="five">
  270.  
  271. <a name="five"></a>
  272.  
  273. <h1>Header</h1>
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280. </div>
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292. </div>
  293.  
  294. </div>
  295.  
  296. <div id="menu_one">
  297.  
  298. <a href="#one">One</a>
  299.  
  300.  
  301.  
  302. <a href="#two">Two</a>
  303.  
  304.  
  305.  
  306. <a href="#three">Three</a>
  307.  
  308.  
  309.  
  310. <a href="#four">Four</a>
  311.  
  312.  
  313.  
  314. <a href="#five">Five</a>
  315.  
  316.  
  317.  
  318. </div>
  319.  
  320. <div id="img_two">
  321.  
  322. <img src= Sits Over Info">
  323.  
  324. </div>
  325.  
  326. </div>
  327.  
  328.  
  329.  
  330. </div>
Add Comment
Please, Sign In to add comment