In this post I will showing cloud Label Widget designs which you can easily integrate within your blog.Tag Clouds are used to display all the categories or labels present in a blog. It has animated hovering effect.
Also Read : Customize Bullet List Style With Image Hover Effect In Blogger
Step 1 :
- Go to Blogger Dashboard → Layout → Add a Gadget → Labels.
- Select Cloud then save it.
- Make changes like bellow image.
Step 2 :
- Go to Blogger Dashboard → Template → Edit HTML.
- Find bellow code.
]]></b:skin>
- Now paste the bellow code above ]]></b:skin> .
/*CSS3 Labels Cloud by New Blogger Widget-------------------------------------- */
.Label a{ background: rgb(0,100,180);
background: -moz-linear-gradient(top, rgba(0,100,180,1) 0%, rgba(20,60,100,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,100,180,1)), color-stop(100%,rgba(20,60,100,1)));
background: -webkit-linear-gradient(top, rgba(0,100,180,1) 0%,rgba(20,60,100,1) 100%);
background: -o-linear-gradient(top, rgba(0,100,180,1) 0%,rgba(20,60,100,1) 100%);
background: -ms-linear-gradient(top, rgba(0,100,180,1) 0%,rgba(20,60,100,1) 100%);
background: linear-gradient(top, rgba(0,100,180,1) 0%,rgba(20,60,100,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0064b4', endColorstr='#123d60',GradientType=0 );
display:inline-block;border: 1px solid #005ca6;padding:0 8px; color:#fff!important; height:28px; line-height:28px; text-transform:capitalize; text-decoration:none;float:left;margin-top:5px; font-size:14px;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;text-shadow: 0 -1px -1px rgba(0, 0, 0, 0.2);
}
.Label a:hover{color:#000 !important; background:#123d60;}
/* NBW End -------------------------------------- */
- Now save your template.
- You done!.
Nice Post. Carry On.
ReplyDeleteTech Care Point | Blogger Tips, Make Money Online Tips, SEO
I can recommend an excellent writing service https://rocketpaper.net/blog/how-to-write-a-term-paper-in-one-night
ReplyDeleteI love getting into the nitty gritty of coding and design, but sometimes it can be exhausting. I created a tutorial on how to customize your Blogger html labels with CSS3 effects so you can give your blog a little update.
ReplyDelete