Answers for "how to increase the size of the input text box"

CSS
2

input text size css

input[type="text"]
{
    font-size:24px;
}
Posted by: Guest on April-27-2021

Code answers related to "how to increase the size of the input text box"

Browse Popular Code Answers by Language