Answers for "how to increase the size of input form"

2

input text size css

input[type="text"]
{
    font-size:24px;
}
Posted by: Guest on April-27-2021
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 increase the size of input form"

Browse Popular Code Answers by Language