tor-browser

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

perspective-clipping-2.html (439B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <body>
      4  <div style="width:100px; height:100px; background-color:green"></div>
      5  <div style="width:100px; height:100px; overflow:hidden">
      6    <div style="transform: translateY(-100px) perspective(1px); will-change:transform">
      7        <div style="background-color:red; width:100px; height:100px"></div>
      8        <div style="background-color:green; width:100px; height:100px"></div>
      9    </div>
     10  </div>
     11 </body>
     12 </html>