Answers for "input box width percent"

0

size of number input box

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

html input submit size width

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

Browse Popular Code Answers by Language