tor-browser

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

preserve3d-6a.html (309B)


      1 <html>
      2 <head>
      3 </head>
      4 <body>
      5    <div style="perspective:100px; transform-style: preserve-3d;">
      6        <div style="transform-style: preserve-3d">
      7            <div style="width:100px; height:100px; background-color:red; transform: rotatex(1deg);">
      8            </div>
      9        </div>
     10    </div>
     11 </body>
     12 </html>