How can I center-justify text?
Currently, justify does not center the last line.
You can use the text-align-last property
text-align-last
.center-justified { text-align: justify; text-align-last: center; }
Here is a compatibility table : https://developer.mozilla.org/en-US/docs/Web/CSS/text-align-last#Browser_compatibility.
Works in all browsers except for Safari (both Mac and iOS), including Internet Explorer.
Also in Internet Explorer, only works with text-align: justify (no other values of text-align) and start and end are not supported.
text-align: justify
text-align
start
end
2.1m questions
2.1m answers
60 comments
57.0k users