Hey there I’m just done with the survey page challenge and I want to share the final result with you all.
Any feedback is appreciated.
FCC survey page
3 Likes
Good design, Keep going.
But change the font size to make it responsive with different screens.
Hi @trivada, your form looks good. Some things you may want to revisit;
- On using codepen. codepen only expects the code you’d put within the
<body> </body>
tags in HTML. (No need to include the body tags). For anything you want to add to<head>
click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box. - In CSS you have a duplicate #submit selector
- Make it so users can click on the labels, not just the radio buttons / checkboxes