how to resize submit button in html

105

how to resize submit button in html -

#search {
    width: 20em;  height: 2em;
}

how to resize submit button in html -

<input type="submit" id="search" value="Search"  />

Comments

Submit
0 Comments