change button size in form code example
Example 1: how to resize submit button in html
#search {
width: 20em; height: 2em;
}
Example 2: how to resize submit button in html
<input type="submit" id="search" value="Search" />
#search {
width: 20em; height: 2em;
}
<input type="submit" id="search" value="Search" />