Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 418 Bytes

text-wrap-balance.md

File metadata and controls

17 lines (12 loc) · 418 Bytes

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