Rainbow Pinwheel Pointer

How to Add Each Blog Post in Separate Box


  • Go To Blogger Dashboard
  • Select Your Specific Blog and Click on Template
  • Then Click On Customize
  • After that Click On Advanced Option
  • And Then Select CSS: (i.e Add CSS)
  • Now Copy the below Code and paste it over 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;
}


If You are interested in Changing the background Color then Replace #FFFFFF with Your Own Color Code.And If you want to change the Border Color then Change #000000 #FF0000 #0004FF  to Your Desired Color Code.

No comments:

Post a Comment