tor-browser

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

column-balancing-overflow-002.ref.html (300B)


      1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
      2 <title>Balancing Overflow</title>
      3 
      4 <style type="text/css">
      5  .colset {
      6    border: solid silver;
      7    width: 9em;
      8    font: 16px/1 sans-serif;
      9  }
     10  p { margin: 0; width: 3em;}
     11 </style>
     12 
     13 
     14 
     15 <div class="colset">
     16  <p>one two three four five</p>
     17 </div>