tor-browser

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

text-wrap-balance-overflow-001.html (450B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://drafts.csswg.org/css-text-4/#valdef-text-wrap-balance">
      3 <link rel="match" href="reference/text-wrap-balance-overflow-001-ref.html">
      4 <style>
      5 .container {
      6  font-family: monospace;
      7  font-size: 20px;
      8  inline-size: 15ch;
      9  border: 1px solid;
     10  overflow-wrap: break-word;
     11  text-wrap: balance;
     12 }
     13 </style>
     14 <div class="container">CONTROLLING YOUR BU</div>
     15 <div class="container">CONTROLLING YOUR BU BU</div>