Simple Responsive Button
Really simple looking responsive button
HTML
<button id="Bresponsive">Responsive Button</button>
CSS
#Bresponsive {
width:100%;
min-width:50px;
max-width:300px;
background-color:yellow;
}
<button id="Bresponsive">Responsive Button</button>
#Bresponsive {
width:100%;
min-width:50px;
max-width:300px;
background-color:yellow;
}