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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -