I have a boot button 128 pixels wide and 30 pixels high .
When I resize the browser window, the buttons do not respond.
What am I missing?
.common_btn{
width: 128px;
height: 30px;
float: right;
margin: 0 15px;
}
<button class="btn m-b-xs w-xs btn-danger common_btn " style="float:left;">New Contact</button>
<button class="btn m-b-xs w-xs btn-danger common_btn " >Delete</button>
<button class="btn m-b-xs w-xs btn-dark common_btn" >Save</button>
Run codeHide result
user6897384
source
share