Paragraph Arrangement
To place the paragraph on the left, generally no code is offered. We could just kind it in post body. As for placing a paragraph in the middle of this post, you can see the complying the following code :
<p>
<div class="text-center">
TEXT
</div>
As for placing a paragraph in the right of this post, you can see the complying the following code :
<p>
<div class="text-right">
TEXT
</div>
As for placing a paragraph in the left of this post, you can see the complying the following code :
<p>
<div class="text-left">
TEXT
</div>
As for placing a paragraph in the JUSTIFY of this post, you can see the complying the following code :
<p>
<div class="text-justify">
TEXT
</div>
Thank You for Reading and Apply my tutorial when write a post on Steemit.