You can center the paragraph and add an extra element to which you can apply the text style:
p {
margin:auto;
width:80%;
}
p span {
text-align: justify;
}
You can center the paragraph and add an extra element to which you can apply the text style:
p {
margin:auto;
width:80%;
}
p span {
text-align: justify;
}