Project Feedback- Acme Survey Form

I recently finished the second project of responsive web design.
Here is the link to my survey form on codepen.io: Survey Form

Please review the project and let me know you feedback!
I would also love to know what i can improve!!

It looks almost identical to the example given by freecodecamp. Did you copy and paste the HTML and CSS and only make minor changes to it? You should make it your own and try coding it from scratch if you want to get the most out of the project.

I wrote it completely from scratch!
I didn’t even look at the code for the example because it was too confusing.

I used the example’s look as inspiration and tried to replicate

Your form looks good @ra-y. Some things to revisit;

  • Keep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>).
    • The test script should be included, with all tests passing, when you submit your projects.
  • Run your HTML code through the W3C validator.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
    • There are HTML coding errors you should be aware of and address.

Thank you for the information.
I didn’t have the js bundle because I did not fork any pen,I built it in atom locally and then copied it onto codepen.

I did include the script and check if it passed all tests and after it did I removed it for the aesthetics.