tor-browser

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

1927665-1.html (429B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <style>
      5 
      6 html {
      7  min-height: 100%;
      8 }
      9 
     10 body {
     11  overflow: hidden;
     12  perspective: 65em;
     13  perspective-origin: 50% -25%;
     14 }
     15 
     16 .a3d {
     17  rotate: x 90deg;
     18  transform-style: preserve-3d;
     19 }
     20 
     21 .lyr {
     22  translate: 0 0 calc(40vh/40);
     23  -webkit-text-stroke: 4px hotpink;
     24  font: 900 20vmin sans-serif;
     25 }
     26 
     27 </style>
     28 
     29 </head>
     30 <body>
     31 
     32  <div class="a3d">
     33    <div class="lyr">dizzy</div>
     34  </div>
     35  
     36 </body>
     37 </html>