tor-browser

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

mix-blend-mode-soft-light-ref.html (305B)


      1 <!DOCTYPE HTML>
      2 <head>
      3  <style>
      4    .parent {
      5       width: 200px;
      6       height: 200px;
      7       isolation: isolate;
      8    }
      9    .child {
     10      width: 200px;
     11      height: 200px;
     12      background: #7775b6;
     13    }
     14  </style>
     15 </head>
     16 <body>
     17 <div class="parent">
     18  <div class="child">
     19  </div>
     20 </div>
     21 </body>