Answers for "how to change the size of a input submit in css"

0

how to resize submit button in html

<input type="submit" id="search" value="Search"  />
Posted by: Guest on May-15-2020
0

how to resize submit button in html

#search {
    width: 20em;  height: 2em;
}
Posted by: Guest on May-15-2020

Code answers related to "how to change the size of a input submit in css"

Browse Popular Code Answers by Language