Every website owner want to present their website beautifully using the css tricks. Blog readers are attracted by the beautiful designed website.This tutorials is helpful for Beginner Blogger. Many website owner forget to align the text of the page or post . But It is not a hard job for him / her.It is a silly mistakes and they sacrifice the good look of website page.
Step 2: Now you click on the template area. You press Ctrl +F to find
Step 3: Save the template .
Note : Some time it not work properly because when publish the the post in Blogger , in html view just check the div tag that attribute
How to justify the text using the css :
It is very simple css code using thetext-align : justify ;
.It is easy change to justify the text in Blog post using the text-align
to add extra line css style in Blogger template.Normally blogger Template set the text align left.Justify the Blog post text using css:
Step 1: Go to Blogger -> Template -> Edit HTML.Step 2: Now you click on the template area. You press Ctrl +F to find
.post
Now add the text-align : justify ;
after the .post {
line. .post {
margin : 0 0 $(post.margin.bottom) 0 ;
text-align : justify ;
}
Step 3: Save the template .
Note : Some time it not work properly because when publish the the post in Blogger , in html view just check the div tag that attribute
text-align is left ;
. Now you just change to justify in the place of left .