Thursday, May 26, 2016

Hot To Add Border Around Post on Blogger ?



Sometime you wish that there should be some style to your blog s like drop shadow or borders. In this simple tutorial i will tch you to add borders around your post s on blogger using few simple CSS . Lets do it!
Hot To Add Border Around Blog s?
1. Go to Blogger > Template > Edit Html2. Now srch for ]]></b:skin>3. Copy/Paste the following just above ]]></b:skin>
/*--Trickko.com--*/
.post img
{
border:1px solid #e3e3e3;
border-radius:10px;
padding: 10px;
}
4. Save the template and you are done.
5. Make following changes to change style, color or size of the border.


Incrse 1px to incrse the width of borderchange solid to dotted or dashed to change style of borderReplace #e3e3e3 to change border colorRemove border-radius: 10px; to remove the radius around the corners

No comments:

Post a Comment