Hello there fellow campers,
I just finished this FCC Survey Form project and I would love to listen to your feedback and/or advice.
Thank you!
You can view the project is here - https://codepen.io/sriranga24/pen/bGeQBOG
Hello there fellow campers,
I just finished this FCC Survey Form project and I would love to listen to your feedback and/or advice.
Thank you!
You can view the project is here - https://codepen.io/sriranga24/pen/bGeQBOG
Looks good. The submit button colour is very bright againt the white text and will be hard to read for many people. I would adjust it.
I’m going to go further and say that the white text on that background is hard to read.
A few other things:
em units so that it is responsive to changes in text size.<br> to create vertical space. Any vertical space should be created using CSS. So yank all of those <br>s.Looks great! I like the background image you used.
One thing I noticed is that the input area for age is not wide enough to fit placeholder text. I’d just leave it blank.
Thank you so much for this one. I’ll change it.
Thanks a lot for the detailed feedback @bbsmooth. There were some problems with the
before I added too. I’ll change it asap.