Sunday, February 14, 2010

Add borders to your blog...


Borders add look to your blog. There are many border styles. But my favourite is double border. You can add your own creativity in applying borders. How to add borders is explained below by using minima template.

Please note that the below mentioned dimensions would be perfect if the width of your blog has been tweaked according to our tutorial on how to increase blog width.

border:3px double $bordercolor;

Add the above code within the { and } of the following i.e. after { paste the above line anywhere before }.

That line is to be pasted within,

#header { ..... }
#outer-wrapper { ..... }
#main-wrapper { ..... }
#sidebar-wrapper { ..... }
#footer { ..... }

For better alignment use

border:5px double $bordercolor;
padding-left: 10px;
padding-right: 10px;


incase of #main-wrapper and #sidebar-wrapper.

0 comments:

Post a Comment