Survey Form Feedback - Toiya

Hey folks!

I just finished my Survey Form, and I’d be very grateful for any feedback. Thank you so much in advance!

Link: https://codepen.io/Johju/pen/pmxaPW

3 Likes

Very quirky page I love it! I’d try and focus on making the entire page a grid container in the future and make each section below a grid area. I see a lot of repetitiveness with making each div a grid.

it’s also not accessible at all as it stands

1 Like

Thank you so much for your reply! I’m going to try to get better at handling CSS Grid, I just learned it and was star struck so I guess I may have gotten ahead of myself a little :sweat_smile:

I should also really make it accessible, thanks a lot for pointing that out!

1 Like

No worries! Just make sure to keep accessibility in mind because you’re not including the vast majority of mobile users when it won’t scale.

CSS Grid is a beast to grasp but it reall makes sense the more you play with it. I’m just now beginning to make sense of it all to be honest :stuck_out_tongue:

1 Like

I’d add text-align: left; to the checks class in the css.

And maybe some px of padding-left to the check-pair class in the css.

Looks really smooth!

1 Like

Thanks a lot for your feedback! I’ll play around with that as soon as I’m back in front of the computer :grin: