html - Text align justify and last line center -
I am trying to do something like this:
As You can see that the text is correct but the last line is centered. I tried this with CSS approach but it is not the center of the last line at least in chrome:
p {text-align: justify; -moz-text-alignment-ultimate: right; / * Code for Firefox * / Text-Alignment - Last: Center; } Here it says that should work, but not:
How to get any idea?
correct to center : p {text-news: justification; -moz-text-alignment-ultimate: center; / * Code for Firefox * / Text-Alignment - Last: Center; }
Comments
Post a Comment