I have recently had some comments asking about how the justified can be done in a Steemit post, like I sometimes do it. So here is a tutorial on how to do that.
What is Justified
Justified text is a fancy way of saying how text fills the box that contains it. If you have ever used text editing software like Word and Google Docs, then you might be familiar with these icons:
Let's start with justify as an example.
Enter the html code, which is also known as a div block:
Use <div class="text-justify">for justify code. Each div must be closed with a </div>.
Example usage:
<div class="text-justify">
Write your text here... I have recently had some comments asking about how the justified can be done in a Steemit post, like I sometimes do it. So here is a tutorial on how to do that.
</div>
You get this 👇
Write your text here... I have recently had some comments asking about how the justified can be done in a Steemit post, like I sometimes do it. So here is a tutorial on how to do that.
Some browsers will get confused about where the last line of text is and when a block of text is immediately followed by a table. But don't worry, there are way to fix this issue.
Example 1: <h1></h1>
Use <h1></h1> code.
You get this 👇
Example 2: <P></P>
Use <P></P> code.
You get this 👇
Member TeamMalaysia Sabah telah bertambah dari masa ke semasa. Berikut adalah pertambahan jumlah ahli dari December 2017, January 2018 dan February 2018 :
| December | 40 ahli |
| January | 114 ahli |
| February | 8 ahli(13/2/2018) |
Note that with the current Steemit editor, there is no super easy way to do this, so this guide will be helpful to those who really want to use these features in their posts.
Don't forget to check out my most recent steemit tutorial post. Thank you 😊
Tutorial: kod 'markdown' untuk blog anda
Let me know what you think, please leave your comments below. As always, follow me if you like my work and want to see more. If you think others will enjoy this Please ReSteem it!