Tell us what’s happening:
I’ve complete the challenge of “Survey Form” but I’m not satisfy with the final result.
1.I don’t know how to align the text with the boxes
2.I don’t know how to reduce spaces between the text and boxes that must be completed
3.Depending on the screen that i look the form boxes are different size
4.I think that my survey is a little bit disorganized in comparison with the the freecodecamp example, a few advices would be awesome how to be more organised
Welcome to the forums @AndreiPles.
Your form has a lot of typo’s. Some things to do;
Run your code through the W3C validator. Just copy your HTML and paste it into the ‘Validate by Direct Input’ tab and clean up all the errors. Do this before you try styling anything.
As an aside, codepen only expects the code you’d put within the <body> </body> tags in HTML. (No need to include the body tags). For anything you want to add to <head> click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.