Survey Form - Project Feedback!

Hello, I finished my second project, the survey form. It passed all tests, but I would appreciate some feedback on the design and responsive aspects as well, I think it is not correct at all.

https://codepen.io/RevolutionaryToe/pen/RwbpxwW

Thanks

Hi @codesurfing, it looks good. It’s very big! Some things you may want to revisit;

  • codepen provides validators for HTML, CSS and JS. Click on the down arrow in the upper right of each section and then click on the respective ‘Analyze’ link.
    • you have some things to clean up in HTML. Mainly typo’s
  • make is so that users can click on the labels also, not just the radio buttons/checkboxes
  • the input field for

I don’t normally comment on someone’s design choices but the background for the posters is busy and it took me a while to see the checkboxes (plus they’re so small compared to the posters). Maybe a solid color background and make the checkboxes a tad larger.