Button Clean
HTML
<button class="defb">Search</button>
CSS
.defb {
border: none;
outline: none;
padding: .5em .8em .5em .8em;
}
.defb:hover {
background: #00BCD4;
color: white;
}
.defb:active {}
<button class="defb">Search</button>
.defb {
border: none;
outline: none;
padding: .5em .8em .5em .8em;
}
.defb:hover {
background: #00BCD4;
color: white;
}
.defb:active {}