Answers for "how to increase width of input box in css"

CSS
1

how to increase height of input box in css

input {
    line-height: 20px;
}
Posted by: Guest on January-20-2022
5

input text size css

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

Code answers related to "how to increase width of input box in css"

Browse Popular Code Answers by Language