Answers for "increase width of input field 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

Browse Popular Code Answers by Language