Need feedback for RWD: survey form project

I’ve made my survey-form page here
https://codepen.io/faruqabdulhakim/pen/GRqarGx
and i need your honest feedback. Thanks and happy coding :grin:

Hello @faruqAbdulHakim
Here is what I think about your project :
First of all, nice design. So plus point for that.
But you should change the color of text in the dropdown menu for “Who are you”. It’s not visible with white text on the white background.
Also I think you should disable the resizing of text area provided for comments section, as resizing tends to destruct the structural design of the page.
Other than that, it’s all good !

Hey @faruqAbdulHakim!

I think your page looks good.

Just a couple of things

  • In codepen, you do not need to include the head section, doctype or html tags. All of that is taken care of for you by codepen.

  • You have a small error in your css. Run your code through the css analyzer in codepen.

Happy coding!

thanks for your feedback :slight_smile:. I’ve made some changes but i don’t know how to change background-color on dropdown.

my bad :sweat_smile: i didn’t know if codepen not need to include all of that. I will fix css error soon. Thanks for your honest feedback :blush:

Your form looks good @faruqAbdulHakim. Some things to revisit;

  • Do not use the <br> element to force line breaks or spacing. That’s what CSS is for.

thanks for your feedback, Sir. I will try not to do it again :smile:

No worries. We’re not born knowing this stuff.

Happy coding!