I have Css style for <a> given below:
a {
padding: 10px 15px;
background: #4479BA;
color: #FFF;
}
And I want to show this like as button style. I have seen many css but I want only default button css.
Can someone please suggest me a way to do this. Thanks!
Use;
Here is a Live Demo
This is a CSS3 property. Refer the table below;
If you want a CSS button, that look exactly like a button, not using CSS3, it is somewhat hard to acheive 🙁 . But you may refer the tutorial How to make sexy buttons with CSS. But if you want the exact look of default HTML button, well, you may use an image which looks like that.