Skip to main content

CSS text

The CSS text module defines how to perform text manipulation, like line breaking, justification and alignment, white space handling, and text transformation.

Reference

Properties

  • {{cssxref("hanging-punctuation")}}
  • {{cssxref("hyphenate-limit-chars")}}
  • {{cssxref("hyphens")}}
  • {{cssxref("letter-spacing")}}
  • {{cssxref("line-break")}}
  • {{cssxref("overflow-wrap")}}
  • {{cssxref("tab-size")}}
  • {{cssxref("text-align")}}
  • {{cssxref("text-align-last")}}
  • {{cssxref("text-indent")}}
  • {{cssxref("text-justify")}}
  • {{cssxref("text-size-adjust")}}
  • {{cssxref("text-spacing-trim")}}
  • {{cssxref("text-transform")}}
  • {{cssxref("text-wrap")}}
  • {{cssxref("white-space")}}
  • {{cssxref("white-space-collapse")}}
  • {{cssxref("word-break")}}
  • {{cssxref("word-spacing")}}

Specifications