I have a simple p but I am not able to justify it. I centered it but don't know how to justify?
HTML:
<p>This is about meThis is about meThis is about meThis is about meThis is about meThis is about meThis is about meThis is about meThis is about meThis is about me</p>
CSS:
p{
text-align: justify;
margin: 0 auto;
}
I checked out this post but it didn't helped! :(