Now I will show you on the border of template course, border designs. Imagine your website template surrounding with a line. With or without color, dashed and spotted lines, depends on your choice. But here I show you for free the simple of my blog border. It's orange.
Ok for this free slots firstly log into your account blogger, go to Template then Edit html,
Find this code (use CTRL + F) --->
body {
font: $(body.font);
color: $(body.text.color);
background: $(body.background);
padding: 0 $(content.shadow.spread) $(content.shadow.spread) $(content.shadow.spread);
$(body.background.override)
Then add this code after $(body.background.override) --->
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; border: 15px solid #DF7401;
Finally Save template and View blog.
Ok for this free slots firstly log into your account blogger, go to Template then Edit html,
Find this code (use CTRL + F) --->
body {
font: $(body.font);
color: $(body.text.color);
background: $(body.background);
padding: 0 $(content.shadow.spread) $(content.shadow.spread) $(content.shadow.spread);
$(body.background.override)
Then add this code after $(body.background.override) --->
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; border: 15px solid #DF7401;
Finally Save template and View blog.
No comments:
Post a Comment