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.
Usage example
p.justified {
text-align: justify;
/* Adds equal space between every individual character to fill the line width */
text-justify: inter-character;
} Initial value
auto
Inherited
Yes
Applies to
inlineLevelAndTableCellElements
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+