tor-browser

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

408656-1c.html (310B)


      1 <html>
      2 <head><style>
      3 body {
      4  margin: 0px;
      5 }
      6 span.a  {
      7  position: absolute;
      8  width: 100px;
      9  height: 100px;
     10  border: 1px solid black;
     11  overflow: hidden;
     12 }
     13 </style></head>
     14 <body>
     15 <div style="padding: 100px;">
     16  <span style="position: relative;">
     17    <span class="a"></span>
     18  </span>
     19 </div>
     20 </body>
     21 </html>