The font-size property specifies the size of the font.
The font size of text in the form fields can be specified by applying this property to the INPUT, TEXTAREA, and SELECT elements.
input, select, textarea {
font-size: 100%;
}
Property |
Value |
Explanation |
font-size |
length, %, or keywords |
the size of the font |
Example