tor-browser

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

html-display-table-ref.html (257B)


      1 <!DOCTYPE html>
      2 <style>
      3  html {
      4    width: 280px;
      5    border: 10px solid green;
      6    padding: 0;
      7    margin: auto;
      8  }
      9  body {
     10    padding: 0;
     11    margin: 0;
     12  }
     13 </style>
     14 <div style="width:280px;height:300px;background:yellow;display:inline-block;"></div>