Guest User

Untitled

a guest
Jan 22nd, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <body>
  2. <div id="main">
  3. <div id="wr-content">
  4. <div class="header">лого</div>
  5. <div id=1>Пошел текст</div>
  6. </div>
  7. </div>
  8. <div id="footer">Низ</div>
  9. </body>
  10.  
  11. html, body{
  12. height: 100%;
  13. }
  14.  
  15. body{
  16. margin: 0;
  17. background-color: #c0deed;
  18. color: #fff;
  19. }
  20. #main{
  21. width: 80%;
  22. background-color: white;
  23. margin: 0 auto;
  24. min-height: 100%;
  25. margin-bottom: -100px;
  26. }
  27. #footer{
  28. height: 100px;
  29. width: 80%;
  30. margin: 0px auto;
  31. background-color: silver;
  32. padding-bottom: -100px;
  33. }
Add Comment
Please, Sign In to add comment