text-justify

When used with 'text-align: justify', this property decides exactly how space should be added between characters or words to fill the line.

Quick example

p.justified {
  text-align: justify;
  /* Adds equal space between every individual character to fill the line width */
  text-justify: inter-character;
}

Quick facts

Initial value
auto
Inherited
Yes
Applies to
inline-level and table cell elements
Animation type
discrete

Values

autointer-characterinter-wordnone

text-justify Browser Support

Limited availability 44% global usage

This feature is not Baseline because it does not work in some of the most widely-used browsers.

Not ready for production without a fallback.

145+
55+
145+
ESC