tor-browser

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

mask-mode-luminance-with-mask-size-ref.html (431B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <style type="text/css">
      5      div {
      6        position: absolute;
      7 
      8        width: 100px;
      9        height: 25px;
     10        left: 10px;
     11 
     12        background-image: url(support/blue-luminance-100x100.svg);
     13      }
     14 
     15      #top {
     16        top: 10px;
     17      }
     18 
     19      #bottom {
     20        top: 60px;
     21      }
     22 
     23    </style>
     24  </head>
     25  <body>
     26    <div id="top"></div>
     27    <div id="bottom"></div>
     28  </body>
     29 </html>