Advertisement
adiqu

Untitled

Dec 15th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. <html>
  2. <head><title>stronka</title>
  3. <meta charset="utf-8">
  4. <style>
  5. #calosc {
  6. outline:1px solid;
  7. width:1071px;
  8. height:672px;
  9. }
  10.  
  11.  
  12. #calosc:after {
  13. display:block;
  14. clear:both;
  15. }
  16.  
  17. #panellewy {
  18. background-color:white;
  19. outline:1px solid;
  20. float:left;
  21. height:202px;
  22. width:900px;
  23. }
  24.  
  25. #panelprawy {
  26. background-color:white;
  27. color:green;
  28. outline:1px solid;
  29. float:left;
  30. width:171px;
  31. height:202px;
  32. }
  33.  
  34. #panellewydol {
  35. background-color:white;
  36. outline:1px solid;
  37. float:left;
  38. width:122px;
  39. height:470px;
  40. }
  41.  
  42. #panellewydol:after {
  43. display:block;
  44. clear:both;
  45. }
  46.  
  47.  
  48.  
  49. #panelsrodek {
  50. display:table;
  51. background-color:#66FF99;
  52. outline:1px solid;
  53. float:left;
  54. text-align:center;
  55. width:778px;
  56. height:444px;
  57. }
  58.  
  59. #panelprawydol {
  60. background-color:white;
  61. outline:1px solid;
  62. float:left;
  63. width:171px;
  64. height:444px;
  65. }
  66.  
  67. #text{
  68. vertical-align: middle;
  69. display: table-cell;}
  70.  
  71. #podloga {
  72. background-color:white;
  73. outline:1px solid;
  74. float:left;
  75. width:949px;
  76. height:26px;
  77. text-align:center;
  78. }
  79.  
  80. #panellewydol1 {
  81. background-color:green;
  82. outline:1px solid black;
  83. float:left;
  84. width:95px;
  85. height:70px;
  86. text-align:center;
  87. line-height: 70px;
  88. color:white;}
  89.  
  90. #panellewydol2 {
  91. background-color:green;
  92. outline:1px solid black;
  93. float:left;
  94. width:95px;
  95. height:70px;
  96. text-align:center;
  97. line-height: 70px;
  98. color:white;}
  99.  
  100. #panellewydol3 {
  101. background-color:green;
  102. outline:1px solid black;
  103. float:left;
  104. width:95px;
  105. height:70px;
  106. line-height: 70px;
  107. text-align:center;
  108. color:white;}
  109.  
  110. #panellewydol4 {
  111. background-color:green;
  112. outline:1px solid black;
  113. float:left;
  114. width:95px;
  115. height:127px;
  116. line-height:127px;
  117. text-align:center;
  118. color:white;}
  119.  
  120. #panellewydol5 {
  121. background-color:green;
  122. outline:1px solid black;
  123. float:left;
  124. width:95px;
  125. height:58px;
  126. line-height:58px;
  127. text-align:center;
  128. color:white;}
  129.  
  130. </style>
  131. </head>
  132.  
  133. <body>
  134.  
  135. <div id="calosc">
  136. <div id="panellewy"><img src="logo.png" width="900px" height="182px" alt="Błąd odczytu loga strony"></div>
  137. <div id="panelprawy"><h1><center>Telefon kontaktowy: <br><br> 508 125 953</center></h1></div>
  138. <div id="panellewydol">
  139. <div id="panellewydol1">Menu</div>
  140. <div id="panellewydol2">O firmie</div>
  141. <div id="panellewydol3">Oferta</div>
  142. <div id="panellewydol4">Formularz</div>
  143. <div id="panellewydol5">Kontakt</div>
  144. </div>
  145.  
  146. <div id="panelsrodek"><div id="text"><h1>Adrian Wójtowicz,<br>klasa 3TI</h1></div></div>
  147. <div id="panelprawydol"><center>
  148. <a href="www.intel.pl"><img src="intel.jpg" width="150px" height="150px" ></a><br><br><br>
  149. <a href="www.gigabyte.pl"><img src="gigabyte.jpg" width="170px" height="74px" ></a><br><br><br>
  150. <a href="www.goodram.pl"><img src="goodram.jpg" width="130px" height="87px" ></a>
  151. </center>
  152. </div>
  153. <div id="podloga">18 października 2017 r.</div>
  154.  
  155. </div>
  156.  
  157. </body>
  158. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement