Check out My survey form project

I have tried to make a survey form. Tell me What you think. And Thank you in Advance.

Your form looks good @NatnaelSisay. Some things to revisit;

  • change the cursor to a pointer when hovering over the submit button
  • make your form responsive. Remember, that’s the R in RWD.
    • on smaller screens there’s a horizontal scrollbar. You’ve set a media query to a width of 500px but handheld devices can get smaller than that. If you remove the media query your form is responsive. Although I think a wider width no matter what the screensize may look better as there wouldn’t be so much whitespace.

I have changed the cursor. but removing the media query smush’s the text when i reduce the size. i have seen the small horizontal scroll bar, but i don’t know how to do it better. so little help. thank you

That’s what I meant when I said a wider width, no matter what the screen size would look better. It’s set to 60% now and there is a lot of whitespace. What if you removed the media query and set the width to say, 80%? It would look better for large and small screens.

2 Likes

This is nice,keep up the good work!!!