Survey Form Help & Feedback

This is what I’ve finished with while working on the Survey Form final project.

I would appreciate some honest feedback as well as some help restructuring. I kinda kept altering it as I went along and wasn’t entirely sure how the alterations I made interfere with each other so I’m aware that my CSS might be a bit of a mess. I’d like to keep the font and colours the same but I feel like I need to restructure it from scratch.

Firstly, how do I fix the checkboxes and radio buttons so that they’re adjacent to their labels?

CSS
/* new */
#letter,#box1,#box2 {
width: unset;

}
.radio label {
display: block;
}
.checkbox label {
display: block;
}
/* new */ i cant post two media post this will do

HTML

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.