tor-browser

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

clipping-preserve-3d-ref.html (345B)


      1 <!DOCTYPE html>
      2 <html>
      3 <body>
      4  <div style="width: 400px; overflow: hidden; border-radius: 50%;">
      5    <div style="transform-style: preserve-3d; position:relative; transform: translateX(100px);">
      6      <div style="width: 200px;height: 200px;background-color: red;position: relative;left: 200px;">
      7      </div>
      8    </div>
      9  </div>
     10 </body>
     11 </html>