Bootstrap button style

Preview:
 



HTML

Code
<a class="btn-flat">Click Here</a>


CSS

Code
.btn-flat {
display: inline-block;
margin: 0;
line-height: 15px;
vertical-align: middle;
font-size: 12px;
text-shadow: none;
font-family:sans-serif;
box-shadow: none;
background-image: none;
border: 0 none;
color: #626263;
background: #fff;
border: 1px solid #d0dde9;
font-weight: 500;
border-radius: 4px;
cursor: pointer;
padding: 7px 14px;
-webkit-transition: all .1s linear;
-moz-transition: all .1s linear;
transition: all .1s linear;
}
.btn-flat:hover {
border-color: #bbb;
color: #000;
}
.btn-flat:active {
-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3) inset;
-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3) inset;
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3) inset;
opacity: 1;
border: 1px solid #d0dde9;
}

Total comments: 0
Name *:
Email:
Code *: