Freecodecamp Project: Survey Form

Hello, this is my next project at Responsive Web Design Projects https://codepen.io/indrasubagja/pen/ExKLWdN. If you have time, feel free to give me some feedback. And I want to know whether my code is clean enough or not (no useless css property or something) :slight_smile:

Your form looks okay @IndraSubagja. Some things to revisit;

  • The form says age is optional but it’s coded as a required field. Would be a bad UX
  • It’s too much like the sample page, the HTML, the look.
    • Don’t copy or try and replicate the example pages. They just show one way the project can be done. Give it your own style.

Thank you, @Roma . But, yeah it seems my bad habit that when I don’t know what to do, I just replicate the sample :frowning: