Feedback request: Gaming survey form

Hi to all FCC coders.

This is my second FCC project

On GitHub:

  1. Demo
  2. Code

Same project on Codepen:

  1. Demo

any feedback is highly appreciated.

Looks like a nice job to me, very clean. Maybe add some type of validator for the email and name fields or add a little padding to the main element in mobile view to keep background visible.

Thank you for your feedback.

I add HTML validation for name field. Now it must contain only letters and minimum of 3 chars.
For the email field, HTML provides validation check against email address out of the box.

And add some minimal padding on smaller screens.

Links above now updated.

@DZamora54