css input text width code example
Example 1: size for number html
input[type="number"] {
width:50px;
}
Example 2: html input background color
input[type="text"], textarea {
background-color : #d1d1d1;
}
input[type="number"] {
width:50px;
}
input[type="text"], textarea {
background-color : #d1d1d1;
}