Answers for "how to make an input elements size realtive to the length of its text"

0

size of number input box

input[type=number]{
    width: 80px;
}
Posted by: Guest on August-10-2020
4

input text size css

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

Code answers related to "how to make an input elements size realtive to the length of its text"

Browse Popular Code Answers by Language