tor-browser

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

1435143-ref.html (371B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <style>
      5    #green {
      6        position: absolute;
      7        background: green;
      8        border-radius: 1px;
      9        transform: translateX(100px);
     10    }
     11    #text {
     12        visibility: hidden;
     13    }
     14    </style>
     15  </head>
     16 
     17  <body>
     18    <div id="header">
     19      <div id="green"><span id="text">Text.</span></div>
     20    </div>
     21  </body>
     22 </html>