Advertisement
Guest User

Html code

a guest
May 12th, 2016
12,387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <style>
  5. #header h1{
  6. margin:0px;
  7. }
  8. ul {
  9. list-style-type: none;
  10. margin: 0;
  11. padding: 0;
  12. overflow: hidden;
  13. background-color: #333;
  14. }
  15.  
  16. li {
  17. float: left;
  18. }
  19.  
  20. li a {
  21. display: block;
  22. color: white;
  23. text-align: center;
  24. padding: 14px 16px;
  25. text-decoration: none;
  26. }
  27.  
  28. a:hover:not(.active) {
  29. background-color: #111;
  30. }
  31.  
  32. .active {
  33. background-color:#4CAF50;
  34. }
  35.  
  36. body {
  37. background-color: #E3E3E3;
  38. }
  39. body,td,th {
  40. font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  41. font-size: 18px;
  42. }
  43. </style>
  44. <meta charset="utf-8">
  45. <title>CPCBH | Home</title>
  46.  
  47. </head>
  48.  
  49. <body>
  50. <style>
  51. body{
  52. margin:0;
  53. }
  54. </style>
  55. <ul>
  56. <li><a class="active" href="index.html">Home</a></li>
  57. <li><a href="Q&amp;A.html">Q & A</a></li>
  58. <li><a href="gallery.html">Gallery</a></li>
  59. <li><a href="premades.html">Premade Systems</a></li>
  60. </ul>
  61. <style>
  62. img {
  63. max-width: 100%;
  64. height: auto;
  65. width: 100%; /* ie8 */
  66. }
  67. </style>
  68. <img src="img/WCPC1.jpg" width="1920" height="1080" alt=""/>
  69.  
  70. <center>
  71. <h2> A statement from our CEO </h2>
  72. <table width="700" border="0">
  73. <tbody>
  74. <tr>
  75. <td>First and foremost I would like to welcome you to Custom PC Builders hub! On this site we will probably refer to ourselves as CPCBH. Doing do is much easier than typing out our name all of the time. <br>
  76. <br>
  77. We are only just starting this website so there will be more content in the future but for now we have a detailed Q&A, A Gallery showing off some amazing custom PCs and some premade systems for sale.<br>
  78. <br>
  79. Thanks for reading! Now go explore out site!<br>
  80. -Lachie</td>
  81. </tr>
  82. </tbody>
  83. </table><br>
  84. <br>
  85.  
  86. </center>
  87.  
  88. <style>
  89. #footer { height: 240px; }
  90. </style>
  91.  
  92. <div id="footer" style="background:#9E9E9E">
  93.  
  94. <center>
  95.  
  96. <table width="800" border="0">
  97. <tbody>
  98. <tr>
  99. <td> <p>Created by: Lachie Bowtell</p>
  100. <p>Contact information: <a href="mailto:[email protected]">[email protected]</a>.</p>
  101. </td>
  102. <td>
  103. <ol>
  104. <li><a href="index.html">Home</a></li><br/>
  105. <li><a href="Q&amp;A.html">Q&amp;A</a></li><br/>
  106. <li><a href="Gallery.html">Gallery</a></li><br/>
  107. <li><a href="Premades.html">Premade systems</a></li><br/>
  108. </ol>
  109. </td>
  110. </tr>
  111. </tbody>
  112. </table>
  113. </center>
  114. </div>
  115.  
  116. </body>
  117. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement