Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5. <style>
  6. #header {
  7.  
  8. width:450px;
  9.  
  10. background-color:rgb(66, 21, 133);
  11. color:white;
  12. text-align:center;
  13. padding:4px;
  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:350px;
  28. float:left;
  29. padding:10px;
  30. }
  31. #footer {
  32.  
  33. width:450px;
  34. background-color:rgb(66, 21, 133);
  35. color:white;
  36. clear:both;
  37. text-align:right;
  38. padding:5px;
  39. }
  40. </style>
  41. </head>
  42.  
  43. <body>
  44. <div align="center">
  45. <div style="text-align: center;">
  46.  
  47. <div id="header">
  48. <h1>Gamesite</h1>
  49. </div>
  50.  
  51. <div id="nav">
  52. About the game<br>
  53. Gallery<br>
  54. Download<br>
  55. About Us<br>
  56. </div>
  57.  
  58. <div id="section">
  59. <h2>Awesome</h2>
  60. <p>
  61. Welcome!</p>
  62. <p>
  63. Awesome!
  64. </p>
  65.  
  66.  
  67.  
  68.  
  69.  
  70. </div>
  71.  
  72. <div id="footer">
  73.  
  74. FAQ
  75. </div>
  76. </div>
  77. </div>
  78.  
  79.  
  80. </body>
  81. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement