column-balancing-overflow-002.ref.html 271 B

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