tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

device-height-with-dynamic-toolbar-ref.html (372B)


      1 <!DOCTYPE html>
      2 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      3 <meta name="viewport" content="width=device-width,initial-scale=1">
      4 <style>
      5 html {
      6  scrollbar-width: none;
      7 }
      8 body {
      9  margin: 0px;
     10  padding: 0px;
     11 }
     12 div {
     13  width: 100vw;
     14  height: 50vh;
     15 }
     16 </style>
     17 <div style="background-color: green;"></div>
     18 <div style="background-color: blue;"></div>