Guys please check out my survey project

Hello guys, this is my first topic here although I started FCC about a month ago. I recently completed the 'Build a Survey Form" project and would like a feedback from you all, thanks.

I await your feedbacks, Thanks guys.

Looks nice in mobile view. Interesting fonts

1 Like

Looks cool! it’s responsive, but check your layout as you used some absoloute units for sizing, could break the layout just before the media query for mobile is triggered, check:

For mobile(mobile media query) you set 100% for textfield, while it’s 250px for desktop! So that 250px just broke your layout as above screenshot.

Everything else looks great I believe, perfect. Just fix the issue about layout break.

Keep goin on great work, happy programming

1 Like

Corrected. Many thanks

Hey Destiny,
It’s a good start, do you mind changing the font, because this font is good, but appears to be blurry and is inconsistent in appearance.
This affects the readability to some extent.
Hope this helps :slight_smile:

1 Like