Hello Readers, I have designed some CSS buttons that I would like to share with you. CSS3 has started a new era for Web Designers.I have used some of CSS3 techniques to get these beautiful buttons.These buttons are professionally designed by me that include hover effects, gradients and borders without the use of any image. These buttons are compatible with all the websites including blogger. I am very excited to release these buttons as I have worked hard for designing these. There a total of 8 buttons to choose from. See the demo, Pick the button that you like and follow the instructions to add these buttons to your blog.
Simple Button Demo
Demo Simple Button with Gradient
Demo Sexy Black Gray Button
Demo Cool Background button
Simple Button Demo
Button with Super Gradient Effects Demo
Cool Ease Button Demo
Beautiful Button with Gradient Demo
Hey, Wait! Have a look at my new series of css3 buttons. They are much juicy than these!!!
Instructions For adding these cool buttons to your blog
- Click on the ‘Demo’ button below each of the button description.
- If you like the button then, come back here and copy the CSS code that is mentioned below the DEMO button.
- Login to Blogger Dashboard, Then go to Design >> Edit HTML
- Paste the copied CSS code just above ]]></b:skin>
- To add these buttons in blog post, Click on Edit HTML while writing the post and add this code there –> <span class='ebbtn'><a href=’#URL’>TEXT HERE</a></span>
- In the above code replace #URL with URL links and TEXT HERE with the text that has to appear as a link.
- These buttons can also be used in any of the websites by adding the CSS to your external stylesheets and HTML code remains the same as above.
- So, Follow the steps above, Enjoy these cool buttons and enhance the look of you blog !
1. Simple Button :
As the name says, Its a simple button that is found almost everywhere. Its very similar to Google Search button or any classic button. Its Ideal for any tech blogs or classic blogs./*-CSS Code for Simple button*/
.ebbtn a
{
padding: 5px;
border: 1px outset gray;
background-color:#F7F7F7;
text-decoration:none;
color:#333333;
display: inline-block;
font-family: Georgia, serif;
vertical-align: middle;
}
.ebbtn a:hover
{
border: 1px inset black;
background-color:#CCC;
color:black;
}
2.Simple Button with Hover Gradient
Its pretty much same as the simple button but I have added a gradient when you hover over it. So, it look cooler and nicer than that classic simple button./*CSS for simple button with gradient hover*/
.ebbtn a {
background:#e6e6e6;
display: inline-block;
margin: 0;
padding: .6em 1.5em;
font: normal bold 14px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
color: #444444;
border: 1px solid #999999
}
.ebbtn a:hover {
background: #666666 url(http://www.blogblog.com/1kt/awesomeinc/tabs_gradient_light.png)repeat-x scroll 0 -100px;
color: #ffffff;
}
3.Sexy Black-Gray Button
I have named this button as Sexy black-gray button because its a black button which changes to gray when you hover./* -CSS for Sexy black-gray button */
.ebbtn a, .ebbtn a:link, .ebbtn a:visited{
background: #404040;
border:solid 1px #555;
margin:0!important;
font-size:12px;
color:#d7d7d7;
text-transform:
uppercase;
padding: 5px 10px;
text-shadow:1px 1px 1px #000;
display:inline-block;
}
.ebbtn a:hover, .ebbtn a:active{
background: #666666;
color:#BBBBBB
}
4.Cool Button with background change
This is a cool button which changes its background colour if you hover around it. So this is and ideal button for any kind of blog. It looks nice./*CSS for cool background button */
.ebbtn a {
padding: 5px 10px;
display: inline-block;
background: #777 ;
color: #fff;
cursor: pointer;
font-weight: bold;
text-decoration:none;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-shadow: 1px 1px #666;
}
.ebbtn a:hover {
background-position: 0 -48px;background:#2c6da0;
}
.ebbtn a:active {
background-position: 0 top;
position: relative;
top: 1px;
padding: 6px 10px 4px;
}
5.Cool Background Button with border
Its pretty much the same button except that it has a border over it. Some of you may like the same above button with a border. So this is for them./* -CSS For background hover effect with border */
.ebbtn a{
background: #7A7A7A;
border:2px solid #494949;
padding: 5px 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px; border-radius: 3px; ;
display: inline-block; color: #FFFFFF;
font-size: 12px; font-family: Georgia, serif;
text-decoration: none; vertical-align: middle;
}
.ebbtn a:link, .ebbtn a:visited, .ebbtn a:active {
-moz-transition-duration: 0.5s;
color: #026699;
text-decoration:none;
}
.ebbtn a:hover {
background:#075698;
color:#fff;
}
6.Button with Super Gradient Effects
Its a button which uses linear-gradient property of CSS-3 and the remarkable thing about this button is that it is made out only out of CSS. No images are used to make this pretty button./*CSS for sButton with Super Gradient Effects */
.ebbtn a{
border-top: 1px solid #009dff;
background: #0099ff;
background: -webkit-gradient(linear, left top, left bottom, from(#c6c6c6), to(#0099ff));
background: -moz-linear-gradient(top, #c6c6c6, #0099ff);
padding: 6px 12px;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
box-shadow: rgba(0,0,0,1) 0 1px 0;
text-shadow: rgba(0,0,0,.4) 0 1px 0;
color: #ffffff;
font-size: 12px;
font-family: Georgia, serif;
text-decoration: none;
vertical-align: middle;
}
.ebbtn a:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#c6c6c6), to(#0099ff));
background: -moz-linear-gradient(top, #c6c6c6, #0099ff);
background: #0099ff;
border-top-color: #0099ff;
color: #ccc;
}
.ebbtn a:active {
border-top-color: #0099ff;
background: #0099ff;
}
7.Cool Ease Button
This button is a simple but very effective button which I personally use on this blog. You may have seen all these demo buttons and may have like the same. Its for you! This button also uses advanced transitional properties from CSS3. Therefore more futureproof./*CSS For backkground effects button with border */
.ebbtn a{
background: #333333;
padding: 5px 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); -webkit-transition: all 1.0s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; display: inline-block; color: #FFFFFF; font-size: 12px; font-family: Georgia, serif; text-decoration: none; vertical-align: middle;}
.ebbtn a:hover {background: #408DD2;}
8.Beautiful Gradient Button
This is the one button which I like the most. I would like to give credits to JankoatWarpSpeed for this button for ripping off CSS from him. Its hard to describe this button in words. You yourself have a look at this./*CSS for Beautiful Button with Gradient*/Have Your say about these buttons. Do you like them? or should I work on with more gradient or border effects. I have put in a lot of efforts for these buttons day and night, So you may share and modify my work. But please do give a Dofollow backlink to this post as a small token of satisfaction that you are having.
.ebbtn a {
color: #fef4e9;
border: solid 1px #da7c0c;
padding: 5px 10px;
background: #f78d1d;
text-decoration:none;
background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
background: -moz-linear-gradient(top, #faa51a, #f47a20);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.ebbtn a:hover {
background: #f47c20;
background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
background: -moz-linear-gradient(top, #f88e11, #f06015);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.ebbtn a:active {
color: #fcd3a5;
background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
background: -moz-linear-gradient(top, #f47a20, #faa51a);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
Hey, Wait! Have a look at my new series of css3 buttons. They are much juicy than these!!!
Comments
23 comments to "CSS Buttons With Hover Effects"
Not work! Help me.
Would you please elaborate? Tell me what did not work for you? i'll help out
@Amit M B
Now, it's work. Nice. Walla! :)
Thanks very much for the tutorial.
I understool the CSS part. Kindly tell me which url should I enter in the html code
I got it now, thanks very much.
nice share
thanks..nice tutorial.
What code did you use for your su, facebook and twitter buttons?
Thank you very much for this great post. It helped me...
Thanks.
Nice share...i will put in my blog www.filmmediafire.com
Your above buttons look same please check...
Please let me know if you're looking for a writer for your weblog. You have some really great articles and I believe I would be a good asset. If you ever want to take some of the load off, I'd
absolutely love to write some articles for your blog in exchange for
a link back to mine. Please blast me an e-mail if interested.
Kudos!
My blog - vakantiehuisje
Superb, what a webpage it is! This weblog presents helpful data
to us, keep it up.
my web page: germany
A fascinating discussion is worth comment. I believe that you
need to write more about this topic, it might not be a taboo subject but
generally people don't speak about such topics. To the next! All the best!!
Also visit my web blog vacature zorg arnhem
Hello Dear, are you really visiting this site daily,
if so afterward you will absolutely obtain good experience.
Feel free to visit my blog post http://vakantieparkenfrankrijk.wordpress.com
Nice post. I learn something totally new and challenging on sites I stumbleupon every day.
It will always be exciting to read through articles from other authors and use a little something from other websites.
My web-site: france travel advice gov
If you desire to grow your experience just keep visiting this web site and be updated with the latest
information posted here.
my blog :: vakantiehuizen huren
I needed to thank you for this good read!!
I certainly loved every bit of it. I have got you saved as a favorite
to check out new things you post…
My web site - web site ()
Hello every one, here every one is sharing these
experience, therefore it's good to read this webpage, and I used to go to see this weblog every day.
My blog ... vakantiehuis frankrijk
Hello to every one, as I am genuinely keen of reading this website's post to be updated regularly. It carries nice stuff.
Here is my web site; luxe vakantiehuizen
I pay a visit each day a few websites and websites to read posts, but this
web site presents feature based posts.
Feel free to surf to my web-site ... vakantiehuisjes frankrijk
Please let me know if you're looking for a article author for your site. You have some really good posts and I believe I would be a good asset. If you ever want to take some of the load off, I'd love
to write some material for your blog in exchange for a link
back to mine. Please shoot me an e-mail if interested.
Thanks!
my blog post :: particuliere vakantiehuizen :: ::
you are in point of fact a good webmaster. The site loading velocity is incredible.
It sort of feels that you're doing any unique trick. Also, The contents are masterpiece. you've performed a
excellent activity on this matter!
Feel free to visit my homepage :: vakantievilla zuid frankrijk
Post a Comment