text-wrap-balance-002.html (404B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://drafts.csswg.org/css-text-4/#valdef-text-wrap-balance"> 3 <link rel="mismatch" href="reference/text-wrap-balance-002-ref.html"> 4 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 5 <style> 6 .container { 7 font-family: Ahem; 8 font-size: 20px; 9 width: 20ch; 10 text-wrap: balance; 11 } 12 </style> 13 <div class="container"> 14 123 567 901 345 789 123 15 </div>