Survey page project feedback!

I finished the survey page project, i would like to know what you guys think :grin: any recomendation is welcomed.

Hey Ricardo,

great job so far! :clap:


My ideas:

  • all tests pass, awesome!

  • you can get a code validation:

    • HTML: paste your codepen HTML code into the body
    • CSS: paste your whole CSS code
    • you will see some small errors and I think you are able to fix them! :+1:
  • you can increase the overall readability of your page by adding some more spacing, e.g. between the labels and the inputs, and between the input placeholders and their box; you can read more about it here

  • on my wide screen, the forms looks a little bit not-so-nice caused by the width of the blue background


Keep up the good work!

1 Like

Your form looks good @ricardo.furbina. Some things to revisit in addition to what was mentioned above;

  • Don’t use <br> to force line breaks or spacing. That’s what CSS is for.
  • User’s should be able to click on the label to select, not just the radio button / checkbox
  • Change the cursor to a pointer when hovering over the submit button
1 Like

Thank you so much @miku86 and @Roma for your great tips! :grin: i’ll implement them.

1 Like