This is a attractive CSS button effect to bloggers.Im using just CSS and HTML For this gadget.This include zoominghover style.Its look great to your blog. You can check below demo link for check it.Earlier buttons articles
Demo
1. Log in to blogger account and Click drop down.
2. Now select "Template" Like Below.
3. Now you can see Live on blog, Click EDIT HTML Button"
4. Now click Proceed button.
5.Find this code by using Ctrl+F ]]></b:skin>
6. Paste below code Before ]]></b:skin> code
7. Go to blogger and click drop-down like 1st step and select Layout
8. Click Add Gadget and select 'HTML/Javascript"
9. Paste below code.
10. Now save your template. You are done.
Demo
1. Log in to blogger account and Click drop down.
2. Now select "Template" Like Below.
3. Now you can see Live on blog, Click EDIT HTML Button"
4. Now click Proceed button.
5.Find this code by using Ctrl+F ]]></b:skin>
6. Paste below code Before ]]></b:skin> code
/* Bloggertrix */
.bubblewrap{
list-style-type:none;
margin:0;
padding:0;
}
.bubblewrap li{
display:inline;
width: 60px;
height:60px;
}
.bubblewrap li img{
width: 40px; /* width of each image.*/
height: 40px; /* height of each image.*/
border:0;
margin-right: 4px; /*spacing between each image*/
-webkit-transition:-webkit-transform 0.1s ease-in; /*animate transform property */
-o-transition:-o-transform 0.1s ease-in; /*animate transform property in Opera */
}
.bubblewrap li img:hover{
-moz-transform:scale(1.8); /*scale up image 1.8x*/
-webkit-transform:scale(1.8);
-o-transform:scale(1.8);
}
7. Go to blogger and click drop-down like 1st step and select Layout
8. Click Add Gadget and select 'HTML/Javascript"
9. Paste below code.
<ul class="bubblewrap">*Replace Button URL
<li><a href="googleplus URL"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhw3-NDRehcKjldxpgnXCJn3o1Y-3GSJJ31jUf6dU-_EDi5HGPVq8LgS16OPCHd94HuJoG6s8wPFpHyqTmNdWdjteRR8En_7VCc2fOdECFnDgn8A4AtUOyzCdULg63oYQrPrzYE2jfTVBY/s1600/bloggertrix.com-google-icon.png" title="Google pus" /></a></li>
<li><a href="https://www.facebook.com/bloggertrix"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdfUOuN5-4szNB_1hpemlRxmSBUL7vVTo_-D_aT5vj8owukI7HZKOHDaQR7moIPHsyu74FE52RuG3Th4GACTUkq0QCmZVgwfzspM62ivzsVQznQpnC4X7yUpycEXiSmpwa3kX7khWjbeM/s1600/bloggertrix.com-facebook-icon.png" title="Add to Facebook" /></a></li>
<li><a href="http://www.digg.com/Username"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgSB4VfMh_01sYzi0Jsrl_anHFoYDmx24MCsJOaF5UeqZQAvMajGM0d5uA_Wro9r5Nsqkt1WkvooLIaq1gjGywXwtUqlfDlvQ8UuS6ONwsa7awJ7oheh-POSNnaAENUPxl8Tf6i3wsI4Qc/s1600/bloggertrix.com-digg-icon.png" title="Add to Digg" /></a></li>
<li><a href="http://www.twitter/bloggertrix"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhDFsetyetLDhHreD4H8aanE3aJX82Yv-HKrwg0SgWhRyUrhgfA0KNV7lTxZ2vQGBvX2dm74FimdgWKZnaaFYbJMFVOUIdgsn6r3xySuCqr9ooRLR-hgyzdlGcbobE5eYjg-tSOC1axV5w/s1600/bloggertrix.com-twitter-icon.png" title="Add to Twitter" /></a></li>
<li><a href="http://feeds2.feedburner.com/bloggertrix"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKF_t3b9gwndYmZyG3skBEsB-3OTnSLmON4q1nUayBHNAE0m7LP3HqHSoCsavZuw-sYVhFPdQibMZ0yPO_ScnQ32Ur7jT5vJ4Sh97uAyq36Y9Pw-eHkhxXrx7spffj498DTN_Dx0WF74A/s1600/bloggertrix.com-rss-icon.png" title="Add RSS Feed" /></a></li>
</ul>
10. Now save your template. You are done.
0 Komentar untuk "CSS3 Social Network Buttons With Metro Style"