tor-browser

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

mask-layer-transform.html (345B)


      1 <html>
      2 <body>
      3    <div style="width:200px; height: 200px; transform: translate(400px);">
      4        <div style="width: 200px; height: 200px; overflow:hidden; border-radius: 20px;">
      5            <div style="width:200px; height:200px; background-color:red; transform: perspective(100px) rotateY(10deg)"></div>
      6        </div>
      7  </div>
      8 </body>
      9 </html>