Advertisement
Guest User

Untitled

a guest
May 25th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html lang="pl">
  3. <head>
  4. <meta charset="utf-8"/>
  5. <title> Kogni Ipsum </title>
  6. <meta name="keywords" content="Kogniipsum, text, button, isia, Marysia, jawaskrypt"/>
  7. <meta http-equiv="X-Ua-Compatible" content="IE=edge,chrome=1"/>
  8. <style>
  9. #container
  10. {
  11. width=1000px;
  12. margin-left:auto;
  13. margin-right:auto;
  14. }
  15. #logo
  16. {
  17. background-color: teal;
  18. color:white;
  19. text-align:center;
  20. padding: 15px;
  21. }
  22. #menu
  23. {
  24. background-color:white;
  25. color:black;
  26. text-align:center;
  27. width: 640px
  28. min-height: 400px
  29. padding:20px;
  30. }
  31. #button
  32. {
  33. background-color=white
  34. }
  35. #footer
  36. {
  37. background-color: maroon;
  38. color:white;
  39. text-align:center;
  40. padding: 20px;
  41. }
  42. </style>
  43. </head>
  44.  
  45. <body>
  46.  
  47. <div id="container">
  48. <div id="logo">
  49. <h1> TU WKLEIC LOGO </h1>
  50. </div>
  51. <div id="menu">
  52. <h2> TU WKLEIC MENU </h>
  53. </div>
  54. <div id="button">
  55. <h3> TU WKLECIC GUZIK </h3>
  56. </div>
  57. <div id="footer">
  58. Kogni Ipsum, wszystkie prawa zastrzeżone &copy;
  59. </div>
  60.  
  61. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement