Answers for "size of input button"

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

Browse Popular Code Answers by Language