tor-browser

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

block-in-inline-float-in-layer-001-ref.html (194B)


      1 <!DOCTYPE html>
      2 <style>
      3 .layer {
      4  filter: blur(1px);
      5 }
      6 .float {
      7  float: left;
      8 }
      9 </style>
     10 <body>
     11  <div class="layer">
     12    <div>
     13      <div class="float">float</div>
     14   </div>
     15  </div>
     16 </body>