Here, we come up with another wonderful article for adding “Animated Bubble Button” for Live Demo. This button is basically developed on CSS3 code with mouse over effect. Whenever a visitor/readers mouse over on this button it shows bubble effect. Especially BlogTariff and associated partner site OmliTech designed this button for bloggers. On most of the blog/websites these types of buttons you might have noticed and interested to add it for your blog. Here, in this tutorial we’re going to help and educate you in this matter how to add it for your blog.
You may also like these below Related posts?
Click on “EDIT HTML” link tab
Note: Before you do implement this experiment on your blog backup template, if anything goes wrong you can reuse it again)
Now search for code
After finding the code copy the below code and paste above to it
After successful adding the above code now, “Save your Template”
Whenever you completed your writing posts and decided to add this “Animated Bubble Button” Go to Posts ‘Edit HTML” link tab and add these variety of codes as given below.
BTF HTML Code for Large Size Colored Animated Bubble Buttons
You may also like these below Related posts?
- How to Add Animated Flying Letters on moving mouse cursor?
- How to Add Animated Emoticons and Smileys to comments?
- How to Change Mouse cursor icon with Animated Pics?
- How to Add Animated Notification bar for blogger?
- How to Add Animated Stylish Clocks to blogger?
How to Install Animated Bubble Button for Blogger?
Sign into blogger accountClick on “EDIT HTML” link tab
Note: Before you do implement this experiment on your blog backup template, if anything goes wrong you can reuse it again)
Now search for code
]]></b:skin>
After finding the code copy the below code and paste above to it
.button{
font:15px Calibri, Arial, sans-serif;
/* A semi-transparent text shadow */
text-shadow:1px 1px 0 rgba(255,255,255,0.4);
/* Overriding the default underline styling of the links */
text-decoration:none !important;
white-space:nowrap;
display:inline-block;
vertical-align:baseline;
position:relative;
cursor:pointer;
padding:10px 20px;
background-repeat:no-repeat;
/* The following two rules are fallbacks, in case
the browser does not support multiple backgrounds. */
background-position:bottom left;
background-image:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjENd8DEHiCCGGAmIJ-Ln6g9ZARRvlDiFuskYF8CkquLEle1JCOeYR3qBQ_ENfg6qmTV_5yhh0_2Ck5WHKjWWWOBAGiA6U8DnoNN7IPEjzZQrH8DSZ2S5tKxlsxgUKZ6VbdFGtUtnt2l-wb/s150/blogtariff.com-button_bg.png');
/* Multiple backgrounds version. The background images
are defined individually in color classes */
background-position:bottom left, top right, 0 0, 0 0;
background-clip:border-box;
/* Applying a default border raidus of 8px */
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
/* A 1px highlight inside of the button */
-moz-box-shadow:0 0 1px #fff inset;
-webkit-box-shadow:0 0 1px #fff inset;
box-shadow:0 0 1px #fff inset;
/* Animating the background positions with CSS3 */
/* Currently works only in Safari/Chrome */
-webkit-transition:background-position 1s;
-moz-transition:background-position 1s;
transition:background-position 1s;
}
.button:hover{
/* The first rule is a fallback, in case the browser
does not support multiple backgrounds
*/
background-position:top left;
background-position:top left, bottom right, 0 0, 0 0;
}
.button:active{
/* Moving the button 1px to the bottom when clicked */
bottom:-1px;
}
/* The three buttons sizes */
.button.big { font-size:30px;}
.button.medium { font-size:18px;}
.button.small { font-size:13px;}
/* A more rounded button */
.button.rounded{
-moz-border-radius:4em;
-webkit-border-radius:4em;
border-radius:4em;
}
/* Defining four button colors */
/* BlueButton */
.blue.button{
color:#0f4b6d !important;
border:1px solid #84acc3 !important;
/* A fallback background color */
background-color: #48b5f2;
/* BlogTariff version with Gradients */
background-image: url(' https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjENd8DEHiCCGGAmIJ-Ln6g9ZARRvlDiFuskYF8CkquLEle1JCOeYR3qBQ_ENfg6qmTV_5yhh0_2Ck5WHKjWWWOBAGiA6U8DnoNN7IPEjzZQrH8DSZ2S5tKxlsxgUKZ6VbdFGtUtnt2l-wb/s150/blogtariff.com-button_bg.png '), url(' https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjENd8DEHiCCGGAmIJ-Ln6g9ZARRvlDiFuskYF8CkquLEle1JCOeYR3qBQ_ENfg6qmTV_5yhh0_2Ck5WHKjWWWOBAGiA6U8DnoNN7IPEjzZQrH8DSZ2S5tKxlsxgUKZ6VbdFGtUtnt2l-wb/s150/blogtariff.com-button_bg.png '),
-moz-radial-gradient( center bottom, circle,
rgba(89,208,244,1) 0,rgba(89,208,244,0) 100px),
-moz-linear-gradient(#4fbbf7, #3faeeb);
background-image: url(' https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjENd8DEHiCCGGAmIJ-Ln6g9ZARRvlDiFuskYF8CkquLEle1JCOeYR3qBQ_ENfg6qmTV_5yhh0_2Ck5WHKjWWWOBAGiA6U8DnoNN7IPEjzZQrH8DSZ2S5tKxlsxgUKZ6VbdFGtUtnt2l-wb/s150/blogtariff.com-button_bg.png '), url(' https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjENd8DEHiCCGGAmIJ-Ln6g9ZARRvlDiFuskYF8CkquLEle1JCOeYR3qBQ_ENfg6qmTV_5yhh0_2Ck5WHKjWWWOBAGiA6U8DnoNN7IPEjzZQrH8DSZ2S5tKxlsxgUKZ6VbdFGtUtnt2l-wb/s150/blogtariff.com-button_bg.png '),
-webkit-gradient( radial, 50% 100%, 0, 50% 100%, 100,
from(rgba(89,208,244,1)), to(rgba(89,208,244,0))),
-webkit-gradient(linear, 0% 0%, 0% 100%, from(#4fbbf7), to(#3faeeb));
}
.blue.button:hover{
background-color:#63c7fe;
background-image: url(' https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjENd8DEHiCCGGAmIJ-Ln6g9ZARRvlDiFuskYF8CkquLEle1JCOeYR3qBQ_ENfg6qmTV_5yhh0_2Ck5WHKjWWWOBAGiA6U8DnoNN7IPEjzZQrH8DSZ2S5tKxlsxgUKZ6VbdFGtUtnt2l-wb/s150/blogtariff.com-button_bg.png '), url(' https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjENd8DEHiCCGGAmIJ-Ln6g9ZARRvlDiFuskYF8CkquLEle1JCOeYR3qBQ_ENfg6qmTV_5yhh0_2Ck5WHKjWWWOBAGiA6U8DnoNN7IPEjzZQrH8DSZ2S5tKxlsxgUKZ6VbdFGtUtnt2l-wb/s150/blogtariff.com-button_bg.png '),
-moz-radial-gradient( center bottom, circle,
rgba(109,217,250,1) 0,rgba(109,217,250,0) 100px),
-moz-linear-gradient(#63c7fe, #58bef7);
background-image: url(' https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjENd8DEHiCCGGAmIJ-Ln6g9ZARRvlDiFuskYF8CkquLEle1JCOeYR3qBQ_ENfg6qmTV_5yhh0_2Ck5WHKjWWWOBAGiA6U8DnoNN7IPEjzZQrH8DSZ2S5tKxlsxgUKZ6VbdFGtUtnt2l-wb/s150/blogtariff.com-button_bg.png '), url(' https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjENd8DEHiCCGGAmIJ-Ln6g9ZARRvlDiFuskYF8CkquLEle1JCOeYR3qBQ_ENfg6qmTV_5yhh0_2Ck5WHKjWWWOBAGiA6U8DnoNN7IPEjzZQrH8DSZ2S5tKxlsxgUKZ6VbdFGtUtnt2l-wb/s150/blogtariff.com-button_bg.png '),
-webkit-gradient( radial, 50% 100%, 0, 50% 100%, 100,
from(rgba(109,217,250,1)), to(rgba(109,217,250,0))),
-webkit-gradient(linear, 0% 0%, 0% 100%, from(#63c7fe), to(#58bef7));
}
/* Green Button */
.green.button{
color:#345903 !important;
border:1px solid #96a37b !important;
background-color: #79be1e;
background-image:url(' https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjENd8DEHiCCGGAmIJ-Ln6g9ZARRvlDiFuskYF8CkquLEle1JCOeYR3qBQ_ENfg6qmTV_5yhh0_2Ck5WHKjWWWOBAGiA6U8DnoNN7IPEjzZQrH8DSZ2S5tKxlsxgUKZ6VbdFGtUtnt2l-wb/s150/blogtariff.com-button_bg.png '), url(' https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjENd8DEHiCCGGAmIJ-Ln6g9ZARRvlDiFuskYF8CkquLEle1JCOeYR3qBQ_ENfg6qmTV_5yhh0_2Ck5WHKjWWWOBAGiA6U8DnoNN7IPEjzZQrH8DSZ2S5tKxlsxgUKZ6VbdFGtUtnt2l-wb/s150/blogtariff.com-button_bg.png '), -moz-radial-gradient(center bottom, circle, rgba(162,211,30,1) 0,rgba(162,211,30,0) 100px),-moz-linear-gradient(#82cc27, #74b317);
background-image:url(' https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjENd8DEHiCCGGAmIJ-Ln6g9ZARRvlDiFuskYF8CkquLEle1JCOeYR3qBQ_ENfg6qmTV_5yhh0_2Ck5WHKjWWWOBAGiA6U8DnoNN7IPEjzZQrH8DSZ2S5tKxlsxgUKZ6VbdFGtUtnt2l-wb/s150/blogtariff.com-button_bg.png '), url(' https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjENd8DEHiCCGGAmIJ-Ln6g9ZARRvlDiFuskYF8CkquLEle1JCOeYR3qBQ_ENfg6qmTV_5yhh0_2Ck5WHKjWWWOBAGiA6U8DnoNN7IPEjzZQrH8DSZ2S5tKxlsxgUKZ6VbdFGtUtnt2l-wb/s150/blogtariff.com-button_bg.png '), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(162,211,30,1)), to(rgba(162,211,30,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#82cc27), to(#74b317));
}
.green.button:hover{
background-color:#89d228;
background-image:url(' https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjENd8DEHiCCGGAmIJ-Ln6g9ZARRvlDiFuskYF8CkquLEle1JCOeYR3qBQ_ENfg6qmTV_5yhh0_2Ck5WHKjWWWOBAGiA6U8DnoNN7IPEjzZQrH8DSZ2S5tKxlsxgUKZ6VbdFGtUtnt2l-wb/s150/blogtariff.com-button_bg.png'), url(' https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjENd8DEHiCCGGAmIJ-Ln6g9ZARRvlDiFuskYF8CkquLEle1JCOeYR3qBQ_ENfg6qmTV_5yhh0_2Ck5WHKjWWWOBAGiA6U8DnoNN7IPEjzZQrH8DSZ2S5tKxlsxgUKZ6VbdFGtUtnt2l-wb/s150/blogtariff.com-button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(183,229,45,1) 0,rgba(183,229,45,0) 100px),-moz-linear-gradient(#90de31, #7fc01e);
background-image:url(' https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjENd8DEHiCCGGAmIJ-Ln6g9ZARRvlDiFuskYF8CkquLEle1JCOeYR3qBQ_ENfg6qmTV_5yhh0_2Ck5WHKjWWWOBAGiA6U8DnoNN7IPEjzZQrH8DSZ2S5tKxlsxgUKZ6VbdFGtUtnt2l-wb/s150/blogtariff.com-button_bg.png'), url(' https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjENd8DEHiCCGGAmIJ-Ln6g9ZARRvlDiFuskYF8CkquLEle1JCOeYR3qBQ_ENfg6qmTV_5yhh0_2Ck5WHKjWWWOBAGiA6U8DnoNN7IPEjzZQrH8DSZ2S5tKxlsxgUKZ6VbdFGtUtnt2l-wb/s150/blogtariff.com-button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(183,229,45,1)), to(rgba(183,229,45,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#90de31), to(#7fc01e));
}
/* Orange Button */
.orange.button{
color:#693e0a !important;
border:1px solid #bea280 !important;
background-color: #e38d27;
background-image:url(' https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjENd8DEHiCCGGAmIJ-Ln6g9ZARRvlDiFuskYF8CkquLEle1JCOeYR3qBQ_ENfg6qmTV_5yhh0_2Ck5WHKjWWWOBAGiA6U8DnoNN7IPEjzZQrH8DSZ2S5tKxlsxgUKZ6VbdFGtUtnt2l-wb/s150/blogtariff.com-button_bg.png'), url(' https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjENd8DEHiCCGGAmIJ-Ln6g9ZARRvlDiFuskYF8CkquLEle1JCOeYR3qBQ_ENfg6qmTV_5yhh0_2Ck5WHKjWWWOBAGiA6U8DnoNN7IPEjzZQrH8DSZ2S5tKxlsxgUKZ6VbdFGtUtnt2l-wb/s150/blogtariff.com-button_bg.png '), -moz-radial-gradient(center bottom, circle, rgba(232,189,45,1) 0,rgba(232,189,45,0) 100px),-moz-linear-gradient(#f1982f, #d4821f);
background-image:url(' https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjENd8DEHiCCGGAmIJ-Ln6g9ZARRvlDiFuskYF8CkquLEle1JCOeYR3qBQ_ENfg6qmTV_5yhh0_2Ck5WHKjWWWOBAGiA6U8DnoNN7IPEjzZQrH8DSZ2S5tKxlsxgUKZ6VbdFGtUtnt2l-wb/s150/blogtariff.com-button_bg.png '), url(' https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjENd8DEHiCCGGAmIJ-Ln6g9ZARRvlDiFuskYF8CkquLEle1JCOeYR3qBQ_ENfg6qmTV_5yhh0_2Ck5WHKjWWWOBAGiA6U8DnoNN7IPEjzZQrH8DSZ2S5tKxlsxgUKZ6VbdFGtUtnt2l-wb/s150/blogtariff.com-button_bg.png '), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(232,189,45,1)), to(rgba(232,189,45,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1982f), to(#d4821f));
}
.orange.button:hover{
background-color:#ec9732;
background-image:url(' https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjENd8DEHiCCGGAmIJ-Ln6g9ZARRvlDiFuskYF8CkquLEle1JCOeYR3qBQ_ENfg6qmTV_5yhh0_2Ck5WHKjWWWOBAGiA6U8DnoNN7IPEjzZQrH8DSZ2S5tKxlsxgUKZ6VbdFGtUtnt2l-wb/s150/blogtariff.com-button_bg.png '), url(' https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjENd8DEHiCCGGAmIJ-Ln6g9ZARRvlDiFuskYF8CkquLEle1JCOeYR3qBQ_ENfg6qmTV_5yhh0_2Ck5WHKjWWWOBAGiA6U8DnoNN7IPEjzZQrH8DSZ2S5tKxlsxgUKZ6VbdFGtUtnt2l-wb/s150/blogtariff.com-button_bg.png '), -moz-radial-gradient(center bottom, circle, rgba(241,192,52,1) 0,rgba(241,192,52,0) 100px),-moz-linear-gradient(#f9a746, #e18f2b);
background-image:url(' https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjENd8DEHiCCGGAmIJ-Ln6g9ZARRvlDiFuskYF8CkquLEle1JCOeYR3qBQ_ENfg6qmTV_5yhh0_2Ck5WHKjWWWOBAGiA6U8DnoNN7IPEjzZQrH8DSZ2S5tKxlsxgUKZ6VbdFGtUtnt2l-wb/s150/blogtariff.com-button_bg.png '), url(' https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjENd8DEHiCCGGAmIJ-Ln6g9ZARRvlDiFuskYF8CkquLEle1JCOeYR3qBQ_ENfg6qmTV_5yhh0_2Ck5WHKjWWWOBAGiA6U8DnoNN7IPEjzZQrH8DSZ2S5tKxlsxgUKZ6VbdFGtUtnt2l-wb/s150/blogtariff.com-button_bg.png '), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(241,192,52,1)), to(rgba(241,192,52,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9a746), to(#e18f2b));
}
.gray.button{
color:#525252 !important;
border:1px solid #a5a5a5 !important;
background-color: #a9adb1;
background-image:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjENd8DEHiCCGGAmIJ-Ln6g9ZARRvlDiFuskYF8CkquLEle1JCOeYR3qBQ_ENfg6qmTV_5yhh0_2Ck5WHKjWWWOBAGiA6U8DnoNN7IPEjzZQrH8DSZ2S5tKxlsxgUKZ6VbdFGtUtnt2l-wb/s150/blogtariff.com-button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjENd8DEHiCCGGAmIJ-Ln6g9ZARRvlDiFuskYF8CkquLEle1JCOeYR3qBQ_ENfg6qmTV_5yhh0_2Ck5WHKjWWWOBAGiA6U8DnoNN7IPEjzZQrH8DSZ2S5tKxlsxgUKZ6VbdFGtUtnt2l-wb/s150/blogtariff.com-button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(197,199,202,1) 0,rgba(197,199,202,0) 100px),-moz-linear-gradient(#c5c7ca, #92989c);
background-image:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjENd8DEHiCCGGAmIJ-Ln6g9ZARRvlDiFuskYF8CkquLEle1JCOeYR3qBQ_ENfg6qmTV_5yhh0_2Ck5WHKjWWWOBAGiA6U8DnoNN7IPEjzZQrH8DSZ2S5tKxlsxgUKZ6VbdFGtUtnt2l-wb/s150/blogtariff.com-button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjENd8DEHiCCGGAmIJ-Ln6g9ZARRvlDiFuskYF8CkquLEle1JCOeYR3qBQ_ENfg6qmTV_5yhh0_2Ck5WHKjWWWOBAGiA6U8DnoNN7IPEjzZQrH8DSZ2S5tKxlsxgUKZ6VbdFGtUtnt2l-wb/s150/blogtariff.com-button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(197,199,202,1)), to(rgba(197,199,202,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#c5c7ca), to(#92989c));
}
.gray.button:hover{
background-color:#b6bbc0;
background-image:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjENd8DEHiCCGGAmIJ-Ln6g9ZARRvlDiFuskYF8CkquLEle1JCOeYR3qBQ_ENfg6qmTV_5yhh0_2Ck5WHKjWWWOBAGiA6U8DnoNN7IPEjzZQrH8DSZ2S5tKxlsxgUKZ6VbdFGtUtnt2l-wb/s150/blogtariff.com-button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjENd8DEHiCCGGAmIJ-Ln6g9ZARRvlDiFuskYF8CkquLEle1JCOeYR3qBQ_ENfg6qmTV_5yhh0_2Ck5WHKjWWWOBAGiA6U8DnoNN7IPEjzZQrH8DSZ2S5tKxlsxgUKZ6VbdFGtUtnt2l-wb/s150/blogtariff.com-button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(202,205,208,1) 0,rgba(202,205,208,0) 100px),-moz-linear-gradient(#d1d3d6, #9fa5a9);
background-image:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjENd8DEHiCCGGAmIJ-Ln6g9ZARRvlDiFuskYF8CkquLEle1JCOeYR3qBQ_ENfg6qmTV_5yhh0_2Ck5WHKjWWWOBAGiA6U8DnoNN7IPEjzZQrH8DSZ2S5tKxlsxgUKZ6VbdFGtUtnt2l-wb/s150/blogtariff.com-button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjENd8DEHiCCGGAmIJ-Ln6g9ZARRvlDiFuskYF8CkquLEle1JCOeYR3qBQ_ENfg6qmTV_5yhh0_2Ck5WHKjWWWOBAGiA6U8DnoNN7IPEjzZQrH8DSZ2S5tKxlsxgUKZ6VbdFGtUtnt2l-wb/s150/blogtariff.com-button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(202,205,208,1)), to(rgba(202,205,208,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#d1d3d6), to(#9fa5a9));
}
After successful adding the above code now, “Save your Template”
Whenever you completed your writing posts and decided to add this “Animated Bubble Button” Go to Posts ‘Edit HTML” link tab and add these variety of codes as given below.
BTF HTML Code for Large Size Colored Animated Bubble Buttons
<a href=" LINK " class="button big blue"> LINKNAME </a>BTF HTML Code for Medium Size Colored Animated Bubble Buttons
<a href=" LINK " class="button big green"> LINKNAME </a>
<a href=" LINK " class="button big orange"> LINKNAME </a>
<a href=" LINK " class="button big gray"> LINKNAME </a>
<a href="LINK" class="button blue medium"> LINKNAME </a>BTF HTML Code for Small Size Colored Animated Bubble Buttons
<a href="LINK" class="button green medium"> LINKNAME </a>
<a href="LINK" class="button orange medium"> LINKNAME </a>
<a href="LINK" class="button gray medium"> LINKNAME </a>
<a href="LINK" class="button small blue"> LINKNAME </a>BTF HTML Code for Small Size Colored Animated Bubble Buttons with Rounded corners
<a href="LINK" class="button small green"> LINKNAME </a>
<a href="LINK" class="button small orange"> LINKNAME </a>
<a href="LINK" class="button small gray"> LINKNAME </a>
<a href="LINK" class="button small blue rounded"> LINKNAME </a>
<a href=" LINK" class="button small green rounded"> LINKNAME </a>
<a href=" LINK" class="button small orange rounded">LINKNAME</a>
<a href=" LINK" class="button small gray rounded"> LINKNAME </a>
Customization:
- Change “ LINK ” with your directing URL or Link
- Change “ LINKNAME ” with your URL Name of any Title word like, Live Demo or Submit or Check.
Post a Comment Gmail ID Facebook
Do not Try to Add Spam Comments