input{
height:30px;
width:77px;
margin:10px;
display:inline-block;
}
button{
height:30px;
width:77px;
margin:10px;
display:inline-block;
}
select{
height:30px;
width:77px;
margin:10px;
display:inline-block;
}
<input value="value" name="test" type="text"/>
<select></select>
<button>test</button>
I have input, select and button these three element all have the same style, but they look different, could anybody please tell me why?