Survey -form. help needed

Hi guys I need help with my css. pleas tell me some things that i can improve .
I would appreciate it.

You’re off to a good start @gchidi732 but there are still user stories to fulfill.
When you click on the hamburger menu and select the survey form and run the test you’ll see you pass 6/17 user stories. Click the red button to see which test(s) are failing and text to help you correct the issue.

One thing to look at in your HTML. You have the following;
id="fat and oil"
An id must not contain whitespace. So clean that up and clean up the associated for attribute.

1 Like

So is the css style good for the project.

There are some things you can clean up in CSS for what you have so far.
For instance, it looks like you want to style the input elements the same so rather than create a class for each one, create one class for all three.
It’s the DRY (Do not Repeat Yourself) principle.

There are some syntax errors in your CSS too that the codepen validator is not picking up. Run your CSS code through the CSS validator