I started #100DaysOfCode challenge and finished all lesson from responsive web design: now, I’m building the finals projects to complete the course.
Here is my second project: Survey Form
Your form looks okay @leonardootc. Some things to reconsider;
when running your code through a validator this (<class = "fbh2">) throws an error because it’s customary to not have the two spaces.
do not use the <br> element to force spacing. Use margin and/or padding in CSS. There are ways to group like subjects, again without using <br>
Why did you make your radio buttons look like checkboxes and make your checkboxes look like radio buttons. If you’ve ever filled out a form on-line you know how confusing this would be to anyone.
Change the cursors to a pointer when hovering over the submit button
Make your form responsive. Fields overflow on smaller screens.