Learn Basic Setting Paragraph on Steemit for Beginner

in tutorial •  7 years ago  (edited)

Learn Basic Setting Paragraph on Steemit for Beginner


alt

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.


Posted from my blog with SteemPress : https://steemit-help.com/basic-setting-steemit-post.html

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!