Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Final//EN">
  2.  
  3. <html>
  4.  
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  7. <meta name="Content-language" content="pl">
  8. <meta name="description" content="Dla ucznió· © studentó·¢¾
  9.  
  10. <title>Strona 1</title>
  11. <style>
  12. body {margin: 0}
  13. .top {width: 100%; height: 80px; background-color: yellow}
  14. .left {width: 20%; height: calc(100vh - 130px}; background-color: blue; float: left; position: relative}
  15. .right {width: 20%; height: 50px; background-color: red; float: right; position: relative}
  16. .bottom {width: 100%; height: calc(100vh - 130px}; background-color: green; position: relative}
  17. .center {width: 60%; height: calc(100vh - 130px}; background-color: black; position: relative}
  18.  
  19. </style>
  20.  
  21. </head>
  22. <body>
  23. <div class="top"></div>
  24. <div class="left"></div>
  25. <div class="right"></div>
  26. <div class="bottom"></div>
  27. <div class="center"></div>
  28. </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement