Guest User

Untitled

a guest
Oct 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--[if lt IE 7]><html class="lt-ie9 lt-ie8 lt-ie7" lang="en"><![endif]-->
  3. <!--[if IE 7]><html class="lt-ie9 lt-ie8" lang="en"><![endif]-->
  4. <!--[if IE 8]><html class="lt-ie9" lang="en"><![endif]-->
  5. <!--[if gt IE 8]><!--><html lang="en"><!--<![endif]-->
  6. <head>
  7. <meta charset="utf-8">
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  9. <title>Box</title>
  10. <style>
  11.  
  12. html, body {
  13. margin: 0;
  14. padding: 0;
  15. height: 100%;
  16. }
  17.  
  18. .box {
  19. min-height: 100%;
  20. }
  21.  
  22. .lt-ie7 .box {
  23. height: 100%;
  24. }
  25.  
  26. </style>
  27. </head>
  28. <body>
  29. <div id="container" class='box' style="background-color: green"></div>
  30. </body>
  31. </html>
Add Comment
Please, Sign In to add comment