Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <html>
  2. <head>
  3. <style>
  4. body{
  5. margin:0;
  6. padding:0;
  7. text-align:center;
  8. }
  9. #pudelko{
  10. margin: auto;
  11. width: 800px;
  12. }
  13. #logo{
  14. height: 100px;
  15. background-color:darkgray;
  16. }
  17. #menu{
  18. background-color:gray;
  19. }
  20. #tresc{
  21. height: 400px;
  22. background-color:silver;
  23. }
  24. #stopka {
  25. background-color:gray;
  26. }
  27. </style>
  28. </head>
  29. <body>
  30. <div id="pudelko">
  31. <div id="logo">LOGO</div>
  32. <div id="menu">
  33. <a href="">link</a>
  34. <a href="">link</a>
  35. <a href="">link</a>
  36. <a href="">link</a>
  37. </div>
  38. <div id="tresc">
  39. tresc strony
  40. </div>
  41. <div id="stopka">
  42. </div>
  43. </body>
  44. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement