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

CSS
0

how to increase height of input box in css

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

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

Browse Popular Code Answers by Language