file_viewport_units_with_dynamic_toolbar.html (477B)
1 <!DOCTYPE html> 2 <html><head> 3 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> 4 <meta name="viewport" content="width=device-width,initial-scale=1"> 5 <style> 6 html { 7 height: 100%; 8 width: 100%; 9 } 10 body { 11 margin: 0px; 12 padding: 0px; 13 } 14 div { 15 width: 20px; 16 height: 100vh; 17 position: absolute; 18 top: 0px; 19 background-color: darksalmon; 20 } 21 </style> 22 </head> 23 <body> 24 <div></div> 25 </body> 26 </html>