Answers for "how to size a button made using input mtage"

0

how to increase size of input submit type in html

input[type=submit] {
    width: 20em;  height: 2em;
}
Posted by: Guest on September-05-2020
0

how to resize submit button in html

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

Code answers related to "how to size a button made using input mtage"

Browse Popular Code Answers by Language