Answers for "how to make input field thicker"

0

html input submit size width

input[type=submit] {
    width: 20em;  height: 2em;
}
Posted by: Guest on September-05-2020
2

input text size css

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

Code answers related to "how to make input field thicker"

Browse Popular Code Answers by Language