Survey Form-Feedback Please

Hello all just finished my survey form, i would like as much feedback as possible good and bad please, hope everyone is well!

Thanks

https://codepen.io/ty1m/pen/VwvePeO

Hi @TY1M. Congratulations. I suggest you

  1. Change the font color. I struggled to read the text.
  2. Font size is small in some sections of the form
  3. You need to take time styling the radio buttons and check boxes
  4. Responsiveness. Pay close attention to mobile responsiveness when developing a website because there are equally many people using their mobile phones to access websites. Yours is not mobile-responsive.

Don’t make your form div container to transparent.

use box-shodow properties.

remaining all are perfect for my point of view.

hey thank you I will try that now, will this make the text more readable?

hey thanks, yes your correct my website is not mobile responsive i amend that now. The styling on the radio button and check boxes will also be changed.
Could i ask what part did you find the font size small
Thanks

Your form looks good only on desktop @TY1M. Some things to revisit;

  • Make your form responsive. The form cannot even be seen on a smaller screen.
  • Run your HTML code through the W3C validator.
    • There are coding errors you need to address