Answers for "css input box width"

CSS
0

input checkbox size css

input[type=checkbox] {
    transform: scale(1.5);
}
<label><input type="checkbox"> Test</label>
Posted by: Guest on January-27-2021
2

input text size css

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

Browse Popular Code Answers by Language