text-wrap

text-wrap: balance and text-wrap: pretty are used at three levels:

  • global headings, where supported
  • inside .prose for headings (balance) and for paragraphs, list items, and blockquotes (pretty)
  • as opt-in utilities .text-balance and .text-pretty for 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.