Survey form project feedback please

Hello

I would appreciate some feedback on this project

Thanks

Hey @anikmitter absolutely perfect survey form in my opinion every single line in CSS is pretty neat and easy to understand and debug. The survey form is perfectly responsive as a well nice overall approach to a project.
great job happy coding :v:t4:.

Your form looks good @anikmitter. Some things to revisit;

  • Run your HTML code through the W3C validator.
    • There are HTML syntax/coding errors you should be aware of and address.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
  • Do not use the <br> element to force line breaks or spacing. That’s what CSS is for.
  • Change the cursor to a pointer when hovering over the submit button

Something I found odd when looking at your code. You call font-family: Poppins; but you don’t link to it. Did you copy that from the sample?
You link to “Tangerine” but you never call it.