-->

Saturday, 27 July 2013

0 Decorate Your Blogger Footer Credit by Different Badges

at 09:10

Footer design
 Many blogger has seen in blogger footer that some badges like Jquery, CSS And HTML 5 in blogger footer credit area. It is just for tailoring your blog footer. And it makes your site more reliable to the visitors as well as it increase the attractiveness of blog design. So let's go for tutorial that how to add this in blogger footer.
Live Demo

Step 1 Log in to your Blogger account and Go to your Blogger Dashboard
Step 2 Now click on -> Template -> Edit HTML -> Proceed
Step 3 Now Find your footer credit by pressing Ctrl+F
Copyright © 2012. Blogger Spice - All Rights Reserved
Step 4 Now Paste the below code just after your footer credit line
<style>
.footwrap{background:#333;width:100%;}
.bshtml{background: url(http://4.bp.blogspot.com/-rceMoGj8AkY/UOFM5H1gINI/AAAAAAAABKU/mtqUi4OnzUE/s1600/HTML_BLACK.png) no-repeat; width: 70px; height: 70px; text-indent: -9999px;  float: right; margin-top:-20px;}
.bshtml:hover{background: url(http://1.bp.blogspot.com/-rXV5BHGW758/UOFM585ma5I/AAAAAAAABKg/mmyUJTSYOuE/s1600/HTML_COLOR.png) no-repeat;}
.bscss{background: url(http://4.bp.blogspot.com/-YELWBYQBtas/UOFM4CFo09I/AAAAAAAABJ8/On1z3orJ1AU/s1600/CSS_BLACK.png) no-repeat;width: 70px; height: 70px; text-indent: -9999px;  float:right; margin-top:-20px;}
.bscss:hover{background: url(http://4.bp.blogspot.com/-VsA2qEDEKUE/UOFM4vjizsI/AAAAAAAABKI/rCn3WgHS1NI/s1600/CSS_COLOR.png) no-repeat;}
.bsjquery{background: url(http://1.bp.blogspot.com/-eksx7ri6WZk/UOFM6n6zvNI/AAAAAAAABKs/jFaKeUPBTT8/s1600/Jquery_Black.png) no-repeat;width: 70px; height: 70px; text-indent: -9999px;  float:right; margin-top:-20px;}
.bsjquery:hover{background: url(http://2.bp.blogspot.com/-U21nDMYFI6U/UOFNAq5I5GI/AAAAAAAABK4/3xnwTJybCHs/s1600/Jquery_Color.png) no-repeat;}
</style>
<div class="footwrap">
<center>
<div class="bshtml" title="HTML5 Qualified"></div>
<div class="bscss" title="CSS3 Qualified"></div>
<div class="bsjquery" title="jQueryQualified"></div>
</center>
</div>
Step 4 Now Save your template. And check your site for newly added Jquery, CSS And HTML 5 badges in footer.
Share this article :

0 comments:

Post a Comment

 

Labels

Labels

Labels

Labels

Copyright © 2013. Blogger Spice - All Rights Reserved