Hello peeps!
I have created a survey form for codecamp project… Feedback Are appreciated if it is based on issues too.
here’s the pen link for survey form
Thanks!
Hello peeps!
I have created a survey form for codecamp project… Feedback Are appreciated if it is based on issues too.
here’s the pen link for survey form
Thanks!
Nice design there! I would
try to match check/radio boxes with labels so that clicking on labels will also check matching input boxes.
https://www.w3schools.com/tags/tag_label.asp
Change cursor of mouse when it hovers on submit button.
Good luck
Thanks for the feedback bro @shimphillip
i’ve done the cursor thing… but i can’t able to match radio boxes.
thanks,
I will spill you some hints.
Try giving for
attributes to your labels and give ids
to your check/radio boxes. It will match them up now.
If you have multiple categories of radio/check boxes, giving name
to your input boxes is also wise.
Thanks for the hint!!
I’ll do it.
In the HTML and CSS sections of codepen there’s an arrow to click on to ‘Analyze HTML’ and ‘Analyze CSS’. You have a couple of minor errors that show in each that you should look at. For instance, in CSS if you fix the two errors your footer will display differently.
Overall, good job!
Beautiful!
Great font selections!
I would say that you might not need the label text since you have the placeholder text, but I like the contrast of the dark font with the linear-gradient. I made this sample form for a fake social network awhile ago without labels for each field.
https://ndnrb.netlify.com/
The suggestion I would give you is to think about the width of each field and the button. Would they look better if they all had the same width?
It looks very clean and accessible!