Arsylk

Narkoman Bored

Feb 4th, 2019
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. <html>
  2. <head>
  3. <style>
  4. body {
  5. padding: 0;
  6. margin: 0;
  7. }
  8.  
  9. header {
  10. background: #009999;
  11. text-align: center;
  12. color: white;
  13. width: 100%;
  14. height: 80px;
  15. }
  16.  
  17. #head #head-1, #head-2, #head-3, #head-4 {
  18. font: Arial;
  19. float: left;
  20. text-align: center;
  21. color: white;
  22. width: 25%;
  23. height: 150px;
  24. background: #009999;
  25. }
  26.  
  27. #left, #center, #right {
  28. float: left;
  29. }
  30.  
  31. #left, #right {
  32. width: 30%;
  33. height: 600px;
  34. background: #669999;
  35. }
  36.  
  37. #center {
  38. width: 40%;
  39. height: 600px;
  40. background: #99CCCC;
  41. text-align: center;
  42. }
  43.  
  44. #left table, td {
  45. border: 1px solid green;
  46. text-align: center;
  47. }
  48.  
  49. #right input[type=button] {
  50. border: 0;
  51. margin: 10px;
  52. background: green;
  53. color: white;
  54. }
  55.  
  56. footer {
  57. background: #009999;
  58. color: white;
  59. text-align: right;
  60. }
  61. </style>
  62. <meta charset="utf-8"/>
  63. <link rel="stylesheet" href="style5.css" type="text/css"/>
  64. <title>Portal ogłoszeniowy</title>
  65. </head>
  66. <body>
  67. <header><h1>Portal ogłoszeniowy</h1></header>
  68. <div id="head">
  69. <div id="head-1"><img src="logo-male.png"/></div>
  70. <div id="head-2"><h3>Adres</h3><p>ul. Morska 45 Gdynia</p></div>
  71. <div id="head-3"><h3>telefon</h3><p>601601601</p></div>
  72. <div id="head-4"><h3>e-mail</h3><p>[email protected]</p></div>
  73. </div>
  74. <div id="content">
  75. <div id="left">
  76. <h2>Ceny ogłoszeń</h2>
  77. <table>
  78. <tbody>
  79. <tr>
  80. <td>Liczba ogłoszeń</td>
  81. <td>Cena ogłoszeń</td>
  82. <td>Bonus</td>
  83. </tr>
  84. <tr>
  85. <td>1 - 50</td>
  86. <td>2 PLN</td>
  87. <td rowspan="2">Sybskrypcja newslettera to upust 0,020 PLN na ogłoszenie</td>
  88. </tr>
  89. <tr>
  90. <td>51 i więcej</td>
  91. <td>1 PLN</td>
  92. </tr>
  93. </tbody>
  94. </table>
  95. </div>
  96. <div id="center">
  97. <h2>Witamy na stronie naszego portalu!</h2>
  98. <img src="logo-duze.png" alt="ogłoszenia"/>
  99. </div>
  100. <div id="right">
  101. <h2>Ile kosztuje ogłoszenie?</h2>
  102. <form>
  103. Podaj liczbę ogłoszeń<br>
  104. <input type="number"/><br>
  105. <input type="checkbox"/>Policz upust na newsletter<br>
  106. <input type="button" value="Oblicz"/><br>
  107. </form>
  108. </div>
  109. </div>
  110. <footer>Portal ogłoszeniowy opracował: 00000000000</footer>
  111. </body>
  112. </html>
Advertisement
Add Comment
Please, Sign In to add comment