tor-browser

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

ignored-margins-1-ref.html (237B)


      1 <!DOCTYPE html>
      2 <html>
      3  <body>
      4    <div style="width: 100px; border: 1px solid green;">
      5      <div style="display: block; height: 20px; width: 80px; margin: 10px 0 10px 10px; border: 5px solid black"></div>
      6    </div>
      7  </body>
      8 </html>