Balanced Text text-wrap: balance balances the number of characters on each line of text. This is especially useful for headers. h1 { text-wrap: balance; } Refs Docs - MDN Usage Example - Codepen