text-wrap
text-wrap: balance and text-wrap: pretty are used at three levels:
- global headings, where supported
- inside
.prosefor headings (balance) and for paragraphs, list items, and blockquotes (pretty) - as opt-in utilities
.text-balanceand.text-prettyfor any element outside.prose
These declarations degrade naturally: browsers that do not support a text-wrap value ignore it and keep normal wrapping. There is no text-align: center hidden inside .text-balance: balance is about wrapping, not alignment.