I finished building a survey form but I’m not happy with something I cannot seem to adapt.
I want the font-size inside the input fields be bigger. (Also the text inside value=“…”) When I put font-size: 20px; it doesn’t change the text inside the input. Is there a way with css to adapt this? As it looks weird, having all the font-size 20 px but when you read inside the input field or you start filling, you have miserably small text.
input,
textarea {
font-size: 20;
} does not work