tor-browser

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

resize_flush_iframe.html (205B)


      1 <html>
      2 <head>
      3  <style>
      4    body {
      5      background-color: red;
      6    }
      7 
      8    @media (min-width: 250px) {
      9      body {
     10        background-color: green;
     11      }
     12    }
     13  </style>
     14 </head>
     15 <body>
     16 </body>
     17 </html>