text-wrap-balance-dynamic-001-ref.html (214B)
1 <!DOCTYPE html> 2 <style> 3 #container { 4 width: 20ch; 5 text-wrap: balance; 6 } 7 span:hover { 8 color: red; 9 } 10 </style> 11 <div id="container"> 12 123 567 901 345 789 13 123 567 901 345 789 14 123 567 901 345 789 15 999 16 </div>