Answers for "html input submit size width"

0

html input submit size width

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

how to increase size of input submit type in html

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

Browse Popular Code Answers by Language