Hello there
How can I create such ridiculously long input areas like here https://codepen.io/freeCodeCamp/full/VPaoNP
Sincerely,
Richard
Hello there
How can I create such ridiculously long input areas like here https://codepen.io/freeCodeCamp/full/VPaoNP
Sincerely,
Richard
Hi @PreVizsla0410,
reading the code, if you mean textarea it’s done with:
min-height: 120px;
width: 100%;
in .input-textarea class.
For other inputs types with:
width: 100%;
height: 2.375rem;
in .form-control class.
I hope I was helpful 
Oh no I mean, the input fields with name, age, E-Mail, but I ´ve put
form input {
font-size: 1.5em;
}
and I´m still unhappy with the outcome, but I will try other things
Thanks for your help btw
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.