Text-Justify

Text-justify in CSS.

Syntax (text-justify : values;)
  • text-justify
  • Values: inter word | newspaper | distribute-all-line | auto | inter ideograph | distribute
Example:

.class_name{text-justify : auto;}

0 comments