Why is the button smaller than the search box?
.class1{
height:50px;
}
.class2{
height:50px;
}
Why is the button smaller than the search box?
<input type="text"class="class1">
<input type="submit"class="class2">
Why is the button smaller than the search box?
.class1{
height:50px;
}
.class2{
height:50px;
}
Why is the button smaller than the search box?
<input type="text"class="class1">
<input type="submit"class="class2">