Advertisement
Guest User

Untitled

a guest
Sep 12th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. <!doctype html>
  2. <head>
  3. <meta charset="UTF-8">
  4. <title>Restauracja wszystkie smaki</title>
  5. <link rel="stylesheet" type="text/css" href="styl1.css">
  6. </head>
  7. <body>
  8. <div id="gura"><h1>Witamy w restauracji „Wszystkie Smaki</h1></div>
  9. <div id="lewo"><img src="menu.jpg" alt="Nasze danie"></div>
  10. <div id="prawo">
  11. <h4>„U nas dobrze zjesz!”</h4>
  12. <ul>
  13. <li>Obiady od 40zl</li>
  14. <li>Przekąski od 10zl</li>
  15. <li>Kolacje od 20zl</li>
  16. </ul>
  17. </div>
  18. <div id="dul">
  19. <h2>Zarezerwuj stolik on-line</h2>
  20. <form method="POST">
  21. Data (format rrrr-mm-dd)<br>
  22. <input type="text" name="xd1"><br>
  23. ile osob????????????????????????????<br>
  24. <input type="number" name="xd2"><br>
  25. Twuj numer telefonu<br>
  26. <input type="text" name="xd3"><br>
  27. <input type="checkbox" name="xd4"><label for="xd4">Zgadzam sie na przestawianie danych</label><br>
  28. <input type="reset" value="wyczysc">
  29. <input type="submit" value="rezerwuj">
  30. </form>
  31. </div>
  32. <div id="stopka"><i>strone internetowa opracowal adas szmulc</i></div>
  33. </body>
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42. body { background-color: #f6e5dc; font-family: Tahoma;}
  43. #gura { background-color: #2f180c; text-align: center; color: white; height: 60px;}
  44. #lewo { width: 60%; float:left;}
  45. #prawo { font-size: 200%; padding: 50px;}
  46. #dul { background-color: #d0b6a8; text-align: center; padding: 30px;}
  47. #stopka { background-color: #2f180c; color: white; height: 60px;}
  48. img { height: 400px;}
  49. ul { list-style-type: circle;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement