tor-browser

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

387201-1.html (296B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <style type="text/css">
      5 .i {
      6  height: 10px;
      7  float: left;
      8 }
      9 </style>
     10 </head>
     11 <body>
     12 
     13 <div style="width: 4px;">
     14  <div style="margin-left: 10px;">
     15    <div class="i"></div>
     16    <div class="i" style="border: 1px solid green">2</div>
     17  </div>
     18 </div>
     19 
     20 </body>
     21 </html>