Survey Form Thoughts

Hey everyone,
Created a random survey form. Let me know what you think. Any and all thoughts/comments are greatly appreciated.
I have not submitted to FCC yet.

https://codepen.io/KcirdnekC/pen/jRapQB

Good work! Here are few suggestions.

  • Reduce the height of input boxes. They look too high.
  • Give space between colons and labels.
  • Make select boxes bigger.
  • Clicking on textarea focuses on outline that doesn’t match its border. Remove its outline.
  • Change cursor of mouse on hover submit button.

Cheers :slight_smile:

I saw your upper text and form are not align, your input boxes are too tall.
Your survey form is clean and good.

Thank you. I plan to work on this later tomorrow.

Thank you. I plan to work on this later tomorrow .

Good job, its nice and clean. Just the other comments some other people have mentioned about the height of the input boxes and submit button on hover.

Hi @KcirdnekC, codepen provides you with validators for HTML, CSS and JS. Click on the arrow in the upper right and then click on the respective ‘Analyze’ link in the respective section.
You have a couple of things to clean up in your dropdown in HTML and an incomplete style in the feeling class in CSS.