Feedback on the survey project

Hey guys,

I completed the the survey project and I’d like your feedback.

Also, how do I make the text go the right of the radio buttons?

Here’s the link to my project.
https://codepen.io/danieln316/pen/rXymmo

Welcome back @danieln741, your form looks okay. Some things to revisit;

  • codepen only expects the code you’d put within the <body> </body> tags in HTML. (No need to include the body tags). For anything you want to add to the <head> click on the ‘Settings’ button and add it into the ‘Stuff for <head>’ box.
  • keep the script when forking the pen <script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>. Your page passes 12/17 user stories.
  • 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 a typo in CSS and in HTML you use the same id more than once.
  • You need to make it responsive.

Hey Roma,

Thanks for the feedback. I’ll revisit my page with the points you made and work on the changes.

One question, how would I go about making my page responsive?

Regards,
Daniel