Advertisement
Guest User

IOS9 Safari without navbar

a guest
Nov 2nd, 2015
12,625
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1">
  5. <style>
  6. body { height: 100vh; padding: 0; margin: 0; }
  7. div.content { height: 100%; }
  8. div.spacer { height: 1px; }
  9. </style>
  10. </head>
  11. <body>
  12. <div class="content">
  13. Content
  14. </div>
  15. <div class="spacer"></div>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement