Simple Responsive Button

Really simple looking responsive button

by Estevez Ben Lajamin

HTML

<button id="Bresponsive">Responsive Button</button>

CSS

#Bresponsive {
  width:100%;
  min-width:50px;
  max-width:300px;
  background-color:yellow;
}