Answers for "how to make input values bigger"

0

size of number input box

input[type=number]{
    width: 80px;
}
Posted by: Guest on August-10-2020
0

how to increase size of input submit type in html

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

Code answers related to "how to make input values bigger"

Browse Popular Code Answers by Language