tor-browser

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

preserve3d-7-ref.html (289B)


      1 <html>
      2 <head>
      3 </head>
      4 <body>
      5  <div style="opacity:0.5">
      6    <div style="transform: rotatey(90deg); transform-style: preserve-3d; width:100px;">
      7      <div style="transform: rotatey(90deg); width: 100px; height: 100px; background-color: #00FF00"></div>
      8    </div>
      9  </div>
     10 </body>
     11 </html>