Answers for "how to make submit button big in width"

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

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

Code answers related to "how to make submit button big in width"

Browse Popular Code Answers by Language