Justify the website

Posted in: Newspaper
Post count: 17

Hello,

there is any fast way maybe add some CSS code that help me to justify all the web site text

I tried this but i think that is not working
p {
text-align:justify;
}

Thank you

Post count: 20688

Hi,

You could set that on the body if you want all the website elements to be affected.
Example by default – http://prntscr.com/kf6d3q
With justify on the body – http://prntscr.com/kf6dbl

body {
text-align:justify;
}

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.