Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <link href="styl.css" rel="stylesheet" type="text/css">
  6. <style type="text/css">
  7.  
  8. </style>
  9. <title>Wynajmujemy samochody</title>
  10. </head>
  11. <body LINK="brown" ALINK="red">
  12. <div id="baner"><h1> Wynajem samochodów</h1></div>
  13.  
  14. <div id="panel_lewy">
  15. <H2>DZIŚ POLECAMY: TOYOTĘ ROCZNIK 2014</H2>
  16. 7 Toyota Corolla, Kolor: szary
  17. <h2>WSZYSTKIE DOSTĘPNE SAMOCHODY</h2>
  18.  
  19.  
  20. 1 Fiat Punto 2016<br>
  21. 2 Fiat Punto 2002<br>
  22. 3 Fiat Punto 2007<br>
  23. 4 Opel Corsa 2016<br>
  24. 5 Opel Astra 2003<br>
  25. 6 Toyota Carolla 2016<br>
  26. 7 Toyota Carolla 2014<br>
  27. 8 Toyota Yaris 2004<br>
  28.  
  29. </div>
  30.  
  31. <div id="panel_srodkowy">
  32. <h2>ZAMÓWIONE AUTA Z NUMERAMI TELEFONÓW KLIENTÓW</h2>
  33. 3 Punto 111222333<br>
  34. 6 Corolla 222111333<br>
  35. 8 Yaris 333111222<br>
  36.  
  37.  
  38. </div>
  39.  
  40.  
  41. <div id="panel_prawy">
  42. <h2> NASZA OFERTA</h2>
  43. <img src="auto.png"> Fiat <br>
  44. <img src="auto.png"> Toyota<br>
  45. <img src="auto.png"> Opel<br>
  46. <img src="auto.png"> Mercedes<br>
  47. <br>
  48. Tu pobierzesz naszą <a href="www.google.pl"> bazę danych</a><br>
  49. <br>
  50. autor strony: Patryk Kuryła<br>
  51.  
  52.  
  53.  
  54. </div>
  55.  
  56.  
  57.  
  58.  
  59. </body>
  60. </html>
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68. body{
  69. margin:auto
  70. }
  71. #baner{
  72. background-color:#0B873D;
  73. color:white;
  74. font-size:150%;
  75. text-align: center;
  76.  
  77. }
  78. #panel_lewy{
  79. background-color:#8CE1AE;
  80. height:600px;
  81. width:40%;
  82. float:left;
  83.  
  84. }
  85. #panel_srodkowy{
  86. background-color:#5CCB89;
  87. height:600px;
  88. width:40%;
  89. float:left;
  90.  
  91. }
  92. #panel_prawy{
  93. background-color:#1DA956;
  94. height:600px;
  95. width:20%;
  96. float:left;
  97.  
  98. }
  99.  
  100. h2{
  101. font-size: 130%;
  102. }
  103. h1{
  104. font-size: 160%;
  105. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement