SHOW:
|
|
- or go back to the newest paste.
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$ |
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> |