Survey form - FCC replica

Hey guys, this is my second project which is the Survey Form. Check it out and comment on it please. Thanks in advance.
https://codepen.io/Bisrat-Aregawi/pen/YzydezW

1 Like

Excelent design!
very nice colors
background is awsome
i wish i had that design talent!!!

1 Like

Your form looks good @Bisrat-Aregawi. Some things to revisit;

  • Run your HTML code through the W3C validator.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
    • There are coding errors you should address. (Unclosed elements)
  • Make your page responsive.
    • On smaller screens things fall out of the container.
  • Change the cursor to a pointer when hovering over the submit button.
  • It’s a nit but, make the button look like a button instead of a bar.
1 Like