Survey Form - Build a Survey Form

Hello,
I’m trying to have the questions on 1 side/column, and the input box lined up on the other side/column but the corresponding input don’t stay on the same line. Please help me correct it:

/*html
What’s your email?

Where are you living?

Are you employed? Yes No */ CSS: label { //width:50%; } input, select { //width:50%; margin: 0 80% 0 35%; //text-align:left; //display: inline; } select { padding: 1px 2px; } input[type="radio"],input[type="checkbox"] { vertical-align: middle; margin: 0 0 0 7%; }

Hey!
You can solve it. Just see your form challenge code you previously completed, there from you get idea for your current project. Happy Coding :smile:
@bekle

1 Like

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