tor-browser

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

block-in-inline-margins-003-ref.html (169B)


      1 <!DOCTYPE html>
      2 <body>
      3  <div>
      4    <div style="margin-top: 20px;"></div>
      5    <div style="margin-top: 100px; outline: solid purple 4px;"></div>
      6    text
      7  </div>
      8 </body>