text-wrap-balance-text-indent-001.html (428B)
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-text-indent-001-ref.html"> 4 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 5 <style> 6 div { 7 border: 1px solid; 8 font-family: Ahem; 9 font-size: 10px; 10 text-indent: 5ch; 11 text-wrap: balance; 12 width: 10ch; 13 } 14 </style> 15 <div> 16 01 17 34 6 89 18 12 3 56 19 </div>