Please check out my survey form project

https://codepen.io/Zik_01/full/ZEGNqBY

Here is my survey form for the FCC project
Please check it out
Thanks

https://codepen.io/Zik_01/full/ZEGNqBY

Looking good! Well done and keep going!

1 Like

Thanks for the feedback

Your form looks good @ZeeCkel. Just a couple of things;

  • Don’t use <br> to force line breaks or spacing. Use margin and/or padding in CSS.
  • There are a lot of font values in your font-family property. You don’t link to any or import any. Do you know why you have so many? It’s better to have one or two and then a fallback font like serif or sans-serif
1 Like

Thanks a lot for your feedback