LATEST >>

Welcome Here And Thanks For Visiting. Like Us On Facebook...

EXEIdeas – Let's Your Mind Rock » Blogspot / Blogspot Tricks » How To Add Stylish Border Around Every Post Of Blogger?

How To Add Stylish Border Around Every Post Of Blogger?

How-To-Add-Stylish-Border-Around-Every-Post-Of-Blogger

How To Add Stylish Border Around Every Post Of Blogger?

Some time your template is so simple that it can not attract visitors, so you have to spices up your blog, but after that time your blog gonna heavy day by day and visitors also dislike this. So now here is the middle way to design simple and stylish with easy and short coding. If you want to add borders you can also use this code, There are many different type of codes given below. One of the major parts of web designing is make a design as clear as possible in terms of usability. For example, the reader should be able to easily identify that this is a sidebar and this is main column where all your posts are displayed. Normally all the Blogger posts are in a single big box with just a border at the bottom of each post on homepage…

That border is used to make the reader aware that the next post is a separate post.That is actually a very normal and basic way to separate the posts. Today we are going to make the posts more clear for the reader by displaying each of them in a stylish separate box or you can say section or a block. We are just gonna take a basic style and you can obviously make your own style out of it. The main thing is you will learn how to do it so that you can customize it more. We know that most of you may know how to do this but there are even several newbies waiting to learn some basic tricks So here is for them…

Recommended For You:
Awesome And Stylish Website And Blog Loading Page
How To Add Stylish Border Around Every Post Of Blogger?
Before
How To Add Stylish Border Around Every Post Of Blogger?
After

Features:

1.) Make Your Blog Attractive.
2.) Increase Your ReaderShip.
3.) Make Your Template Awesome.
4.) Simple, Easy To Install And Quick To Load Code.
5.) Pure CSS Code.
6.) 6 Different Type Of Style Code Added.
7.) You Can Also Add Image To Your Post Backgroung.
8.) It Will Remain On All Pages, Post.
9.) Just Add A Little Code In Your Template.
10.) Totally Change Your Blog Design In An Awesome Way.

How To Add In Blogspot?

1.) Go To Your www.blogger.com
2.) Open Your Desire Blog.
3.) Go To “Template“.
4.) Check On “Expand Your Template” .
5.) Click “CTRL+F” And Find ]]></b:skin>
6.) Now Copy The Below Code And Paste It Before ]]></b:skin>.
7.) Click Save, Now You Are Done.

For Simple Square Color Border:-

.post.hentry {
padding: 5px;
border: 1px solid  #ff0000;
}

For Simple Square Color Border With Filled Background:-

.post.hentry {
padding: 5px;
border: 1px solid #ff0000;
background:#ffffff;
}

For Simple Square Color Border With Filled Background And Shade:-

.post.hentry {
padding: 5px;
border: 1px solid #ff0000;
background:#ffffff;
box-shadow: 3px 3px 3px #ff0000;
}

For Simple Rounded Color Border:-

.post.hentry {
padding: 5px;
border: 1px solid #ff0000; -moz-border-radius:6px; -webkit-border-radius:6px;
}

For Simple Rounded Color Border With Filled Background:-

.post.hentry {
padding: 5px;
border: 1px solid #ff0000; -moz-border-radius:6px; -webkit-border-radius:6px;
background:#ffffff;
}

For Simple Rounded Color Border With Filled Background And Shade:-

.post.hentry {
padding: 5px;
border: 1px solid #ff0000; -moz-border-radius:6px; -webkit-border-radius:6px;
background:#ffffff;
box-shadow: 3px 3px 3px #ff0000;
}

Customization:

1.) Just Change CSS With Your Desire And Wish…
2.) Save And Done..

Recommended For You:
Mix Domain Dofollow Blog High PR List To Comment

You Like It, Please Share This Recipe With Your Friends Using...

28 Responses to “How To Add Stylish Border Around Every Post Of Blogger?”

  1. M Azad says:

    Nice one! Good tips to make a blog beautiful

  2. Alan says:

    Thank you useful content. I need it

  3. Sean says:

    That works. Thank you for sharing this helpful article.

  4. shafa says:

    thanks for this lovely article. its just awesome
    Its intresting to know about this. i think its gonna be nice.

  5. hotbuy says:

    I was just passing by and saw this wonderful and informative article. Very interesting article. Thank you

  6. Nick says:

    Awesome article! I’ve been trying to add borders but my resolution is always off. Do you have any recommendations on a proper resolution for border use?

  7. iTechGeek says:

    Thank you useful content. I need it

  8. Neeraj says:

    Amazing article bro… very informative. I will be applying it on blog soon

  9. Liq Brandon says:

    Great work, border using post of blogger is beatiful and 6 different type of style code added is fantastics post for us. i applying my blog as soon as.

  10. Steve says:

    This is something which needs to be tried. To be honest I would definitely gonna try it.

  11. Dhruv Tiwari says:

    Thanks bro your code is working. But i face difficulty to placing the codes

  12. Sakshi says:

    Wow…so helpful! Thank you for laying this out so clearly..!

  13. hey bro tell me how to set border in WordPress very difficult in coding

  14. Satta Matka says:

    Nice Post I think we need to share this post to every blogger

    • EXEIdeas says:

      Welcome here and thanks for reading our article and sharing your view. This will be very helpful to us to let us motivate to provide you with more awesome and valuable content from a different mind. Thanks again..

Leave a Reply

Your email address will not be published. Required fields are marked *