Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.87 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta charset="utf-8">
  4. <style>
  5. body{
  6. padding:0;
  7. margin:0;}
  8. #baner{
  9. background-color:#62AFFF;
  10. height: 80px;
  11. font-size:120%;
  12. text-align:center;}
  13.  
  14. #lewy{ float:left;
  15. background-color:#44D6E8;
  16. height:450px;
  17. width:30%;
  18. font-size: 120%;
  19. text-align:center;}
  20.  
  21. #środek{height:350px; width:40%;text-align:center;}
  22. #prawy{float:right; background-color: #44D6E8; height:450px; width:30%; font-size:120%; text-align:center;}
  23.  
  24. </style>
  25. </head>
  26.  
  27.  
  28. <body>
  29. <div id="baner">
  30. <h1> W naszej hurtowni kupisz najtaniej </h1>
  31. </div>
  32.  
  33. <div id="lewy">
  34.  
  35. <h3> Ceny wybranych artykułów w hurtowni:</h3>
  36. </div>
  37.  
  38. <div id="srodek">
  39. <h3> Ile będą kosztować Twoje zakupy </h3>
  40. </div>
  41.  
  42. <div id="prawy">
  43. <img src="#nazwa" alt="hurtownia">
  44. <h3>Kontakt </h3>
  45. <p> telefon: </p>
  46. <p> 111222333  </p>
  47. <p> email:  </p>
  48. <p> hurt@wp.pl </p>
  49. </div>
  50. </body>
  51.  
  52. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement