Feedback on 2nd Responsive Web Design Project

Hi!
I need some feedback with my second project.
Here: FCC Survey project

Thanks in advance!

Hey Diego,

nice to meet you!

Congrats on your project, great job so far! :clap:


My ideas:

  • all tests pass, awesome!

  • you can increase the overall readability of your page by adding some more spacing, e.g. between label and input and with some padding in input; you can read about it here

  • when I decrease the width of my browser, the content looks very squeezed, so I would probably decrease the font size; this is important for people who read your page on a smartphone


Keep us posted and keep up the good work!

1 Like

Hey!

Good job!
I would change the cursor to a pointer when hovering on the submit button. Without it the button feel turned off.

1 Like

Thanks!
I’ve added some more spacing , made font readjust to small screens, and read the article (a great one! it’ll be useful in future projects).

I also added a hover property to the submit button.

1 Like

Welcome to the forums @diego2go. Your form looks good. Something to revisit;

  • Don’t use <br> to force spacing or line breaks. That’s what CSS is for.
1 Like