Text Area in Survey form not sizing properly

Tell us what’s happening:
I’m trying to finish this Survey form assignment in the CSS module, but I’m stuck with the “Comments” text box not fitting in properly. I would really appreciate some advice on how to get it to fit as per the dimensions.

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36.

Challenge: Build a Survey Form

Link to the challenge:

Target your #comments id and modify the size (width), also, you have declared your font-family twice, once in .body and the other one in #survey-form, it’s alright the way it is but learning how to optimize properly your code works wonders when you’re starting.

1 Like

@vHastati Thanks for the nice tip.
:+1:

Found a solution in this article: