Guest User

Untitled

a guest
May 21st, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover">
  6. <title>Document</title>
  7. <style>
  8. footer{
  9. position: fixed;
  10. left: 0;
  11. bottom: 0;
  12. width: 100%;
  13. height: 80px;
  14. background-color: blue;
  15. margin-bottom: env(safe-area-inset-bottom);
  16. }
  17. .stretch{
  18. height: 2000px;
  19. }
  20. </style>
  21. </head>
  22. <body>
  23. <div class="stretch"></div>
  24. <footer></footer>
  25. </body>
  26. </html>
Add Comment
Please, Sign In to add comment