Design a Feature Selection Page

Think there is a problem with the last 2 steps.

The solution is :

input[type=“checkbox”]:checked {

background-color: #f1ae32;

border-color: #81701b;

}

but the test, doesn’t accept it.

Could it be a bug?

2 Likes

+1 on this, I have the exact same issue

please share a link to the challenge and all your code

The lab in question: https://www.freecodecamp.org/learn/full-stack-developer/lab-feature-selection/design-a-feature-selection-page

hi @robin.tournadre thank you for sharing the link, for your questions tho please create your own topic

I have the same problem with the last 3 steps.

2 Likes

please create your own topic @carminati.andrea96

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Get Help > Ask for Help button located on the challenge.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

1 Like

hi @Jeroen-editing , can you post all your code?

I didn’t see your code so can’t help you deduce the exact issue, but in my case I removed the transition styling and everything became fine after that, as you can see the explanation here.

1 Like

Just saw a good tip. Problem solved now.

Don’t use a ‘transition’. And then the code will pass.

7 Likes

By the way, you should post your code by directly pasting them or by properly using the “ask for help” button, not through pasting the lab link because in that case we’ll just see the template instead of your code. Happy coding! ;3

I have the same problem

hi @mbmflower please create your own topic with your question

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Get Help > Ask for Help button located on the challenge.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

I am also having an issue with this

1 Like

hi @kattieannmarie5 , please create your own topic so we can give you the focus you deserve

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Get Help > Ask for Help button located on the challenge.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

remove transition and it will pass

1 Like

it worked thank you!

Worked for me too, thanks. Also, don’t forget to link your css to the html.