tor-browser

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

perspective-origin-1a.html (217B)


      1 <html>
      2 <head>
      3 </head>
      4 <body>
      5  <div style="perspective: 1000px; perspective-origin: 0 0;">
      6    <div style="transform: rotatex(45deg); width: 100px; height: 100px;">
      7      Test Text
      8    </div>
      9  </div>
     10 </body>
     11 </html>