-->
  • Apple’s record-smashing Q1 2015 earnings: 74.5M iPhones, 21.4M iPads, $74.6B revenue
    Apple’s record-smashing Q1 2015 earnings: 74.5M iPhones, 21.4M iPads, $74.6B revenue

  • How To Remove Showing Posts With Label in Blogger
    How To Remove Showing Posts With Label in Blogger

  • How to share internet from PC to iPhone ~ Window 8
    How to share internet from PC to iPhone ~ Window 8

  • Google agrees privacy policy changes with data watchdog
    Google agrees privacy policy changes with data watchdog

  • Dropbox Online Storage
    Dropbox Online Storage

  • iPhone 6s rumored to keep same 8MP rear-camera sensor as previous generations
    iPhone 6s rumored to keep same 8MP rear-camera sensor as previous generations

  • ‘Old Man’s War’ author John Scalzi writes interactive comic book Midnight Rises for iOS
    ‘Old Man’s War’ author John Scalzi writes interactive comic book Midnight Rises for iOS

  • Microsoft's Windows Reboot Could Be Legendary
    Microsoft's Windows Reboot Could Be Legendary

Wednesday, January 28, 2015

How to Add Each Blog Post In Separate box


If you are trying to design your blog and make it neat and clean then you will try to separate each blog post .In blogger default template every post is displaying in same panel it become harder for reader to differentiate post,In this post I will give Css code which make your post separate in boxes.

Follow Below Steps to separate each blog post
Go to blogger Dashboard.
Click On Template Tab.
Now Click On Customize button.
Now Click on Advanced link
Now click on Add CSS And paste the following code there.
.post {
background:#FFFFFF;
border: 2px solid #000000;
padding-right:7px;
padding-left:7px;
}
.post:hover {
border: 2px solid #FF0000;
}
.post:active {
border: 2px solid #0004FF;
}

Now Save It

Customization

If you want to change background color then replace #FFFFFF this with your color code.
If you want to change border color then replace #000000 #FF0000 #0004FF this with your color code.

No comments:

Post a Comment

Blogger Tips and TricksLatest Tips And TricksBlogger Tricks