{"id":257413,"date":"2017-08-08T04:49:26","date_gmt":"2017-08-08T11:49:26","guid":{"rendered":"http:\/\/css-tricks.com\/?page_id=257413"},"modified":"2020-04-25T05:48:06","modified_gmt":"2020-04-25T12:48:06","slug":"text-justify","status":"publish","type":"page","link":"https:\/\/css-tricks.com\/almanac\/properties\/t\/text-justify\/","title":{"rendered":"text-justify"},"content":{"rendered":"\n

The text-justify<\/code> property in CSS is a companion to the text-align<\/code><\/a> property that is used to set the justification method of text when text-align<\/code> is set to the justify<\/code> value.<\/p>\n\n\n\n

p {\n  text-align: justify;\n  text-justify: inter-word;\n}<\/code><\/pre>\n\n\n\n\n\n\n

Values<\/h3>\n\n\n