Answers for "how to change the style of input and make it wider"

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 change the style of input and make it wider"

Browse Popular Code Answers by Language