tor-browser

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

mixed-units-09.html (275B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <style>
      5      body {
      6        background: rgb(0, 0, 255);
      7      }
      8      @media (height: calc(50vw / 0.3125em * 10px)) {
      9        body {
     10          background: rgb(255, 165, 0);
     11        }
     12      }
     13    </style>
     14  </head>
     15  <body></body>
     16 </html>