Hey everyone, I just completed my survey project from responsive web design curriculum! I know it isn’t much and I want to get better! Would love to get some feedback on how I can improve this in any way possible! Thank you!
There are HTML syntax/coding errors you should be aware of and address.
Codepen provides validators for HTML, CSS and JS. Click on the chevron in the upper right of each section and then click on the respective ‘Analyze’ link.
The one for CSS is good. Use it and address the issue(s).
(The one for HTML misses things which is why I recommend W3C)
Change the cursor to a pointer when hovering over the submit button
Do not use the <br> element to force line breaks or spacing. That’s what CSS is for.
I saw your project and one of the things you should do is to change the text size and color (because the background is quite white as well) and you should expand the background to all the page. Try this!