Achievement 4: Applying markdown styles | How to use mark down styles by @bright-obias

20200801_164733.jpg

Hello new steemians, it is well pleasing to me as you're reading from my blog post this morning. I've come to realize that as a new steemian applying mark down styles is very important as it helps in beautifying and decorating your article for easy reading. Currently I am under the pro-minnow project as existing steemians under 500SP by @cryptokannon, @steemcurator05 and the entire #steemgreeters. For the #achievement4 task, at least 5 mark down styles that can be used to style your blog post. Below are some markdown styles that can be used and how to apply them correctly.

HEADLINES

Headlines has different sizes and it is numbered h1 - h6, if you add # before a word or on the left side of a word it automatically become a headline. And the number of the # increases so the headline size will be decreasing.

Headline 1

Headline 2

Headline 3

Headline 4

Headline 5
Headline 6



Below is the code for the above stylings

# Headline 1
## Headline 2
### Headline 3
#### Headline 4
##### Headline 5
###### Headline 6


TEXT

As a writer you can decide to style your text, making it look good and well fitting to the blog. With <div class="text-justify"> you can justify a text. But remember to close it with </div>

Justifying a text
<div class="text-justify">
Hello, friends my full name is Bright Obiarije. I am a Nigerian. Introverted in nature, I prefer writing to people than speaking. I love spending time on the internet, an enthusiastic being in terms of cryptocurrency.
</div>

Below is the output.

Hello, friends my full name is Bright Obiarije. I am a Nigerian. Introverted in nature, I prefer writing to people than speaking. I love spending time on the internet, an enthusiastic being in terms of cryptocurrency.



Without <div class="text-justify"> below will be the output.

Hello, friends my full name is Bright Obiarije. I am a Nigerian. Introverted in nature, I prefer writing to people than speaking. I love spending time on the internet, an enthusiastic being in terms of cryptocurrency.


CENTERED TEXT


Adding text to center is also a way of beautifying your blog post thereby making readers to understand your article. To align a text to center you will use this code. <center>centered text</center>

Below is the output

centered text


LINE BREAK


Line breaks are not often used but should in case we want to add a line break. Below is the code for
<br>
It can be use to add extra line break to your blog


BLOCKQUOTES - QUOTE


This aspect is very important, to me it is one of the most important markdown styles. Sometimes we may quote from what other people wrote. It is very necessary that we us this tag >

Example

Albert Einstein:
Learn from yesterday, live for today, hope for tomorrow. The important thing is not to stop questioning.


Align text into two cells

this aspect depends on the kind of post you're posting. You might want to display your text in two cells so it can be more easy for your readers. Below is the command to align your text to your desired position.

<div class="pull-right">
TEXT RIGHT. The text in this very column is all aligned to the right.</div>

<div class="pull-left">
TEXT RIGHT. The text in this very column is all aligned to the right.</div>

Below is the output of the above code

TEXT RIGHT. The text in this very column is all aligned to the right.
TEXT LEFT. The text in this very column is all aligned to the left.

1.png

Please visit the links below for more guides on markdowns.

1.png

Note:- All the markdown styles are not listed here, for more just click on the above link. Thank you for stopping by.

@cryptokannon
Please reveiw, thanks

Regards
@Bright-obias

H2
H3
H4
3 columns
2 columns
1 column
10 Comments