CSS text-justify Propertyy


The text-justify property in CSS is used to set the text-align to justify. It spreads the words into the complete line.

The text-justify property in CSS is a companion to the text-align property that is used to set the justification method of text when text-align is set to the justify value.

CSS Syntax

text-justify: auto|inter-word|inter-character|none|initial|inherit;

Example -