Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5. <style>
  6. #header {
  7.  
  8. width:454px;
  9. height: 75px;
  10. background-color:rgb(66, 21, 133);
  11. color:white;
  12. text-align:center;
  13. padding:0px;
  14.  
  15.  
  16. }
  17. #nav {
  18. line-height:20px;
  19. background-color:rgb(86,26,178);
  20. color:white;
  21. height:300px;
  22. width:120px;
  23. float:left;
  24. padding:4px;
  25. }
  26. #section {
  27. width:300px;
  28. float:left;
  29. padding:5px;
  30. }
  31. #footer {
  32.  
  33. width:454px;
  34. background-color:rgb(66, 21, 133);
  35. color:white;
  36. clear:both;
  37. text-align:right;
  38. padding:0px;
  39. }
  40.  
  41. body {
  42. width: 454px;
  43. height:570px;
  44. margin: 0px auto;
  45. border: 1px solid black;
  46. }
  47.  
  48.  
  49. }
  50. </style>
  51. </head>
  52.  
  53. <body>
  54. <div align="center">
  55.  
  56.  
  57. <div id="header">
  58. <h1>Gamesite</h1>
  59. </div>
  60.  
  61. <div id="nav">
  62. About the game<br>
  63. Gallery<br>
  64. Download<br>
  65. About Us<br>
  66. </div>
  67.  
  68. <div id="section">
  69. <h2>Awesome</h2>
  70. <p>
  71. Welcome!</p>
  72. <p>
  73. Awesome!
  74. </p>
  75.  
  76.  
  77.  
  78.  
  79.  
  80. </div>
  81.  
  82. <div id="footer">
  83.  
  84. FAQ
  85. </div>
  86.  
  87.  
  88. </body>
  89. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement