Answers for "how to increase submit button box size in html"

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

Code answers related to "how to increase submit button box size in html"

Browse Popular Code Answers by Language