Yet Another Survey Form

Howdy folks!

If you have the time out of your day would be so kind as to be a harsh critic on my lastest project. Also if you could mention the good points so I at least know where I’m going right that’d be amazing.

All very much appreciated!

Have a great day!
Johnathan

Hey,
Your project looks good for a beginner.
One change I would recommend is changing color of the text because white text is not easily visible on the light background that you have.
Also, try to make your form a bit more responsive cause it starts to break on small screen sizes.
Hope this helps.

@aditya_p

Great I’ll take those points on board for sure.
Thank you for taking the time to look at it :slight_smile:

Johnathan

1 Like

Your form looks good @johnathan.cody1992. Some things to revisit;

  • Don’t use <br> to force spacing or line breaks. Use CSS
  • As previously, white text on a light background is not accessible
  • As an aside, placeholder text should be a sample value or the format of what the user is to input.
1 Like

@Roma
Thanks for again taking the time for feedback. It’s greatly appreciated.

Indeed I must get out of the
mindset and use margin, padding instead.

I shall fix up the text - background color ratio

Have a good day
Johnathan