hello,
I have tried running the test so far, seems it not responding to my command. Tried using ctrl and enter still noting.
How do I resolve this issue please?
I just tried your code copy paste. It ran test. Maybe try to open it up in a new tab and run the test. Make sure you scroll through all of the test at the bottom it’s not gonna give you a success page because you have a few errors to fix.
Hi. Can you please post your CSS as well. Put 3 backticks before and after your code in the forum post.
Please try one of the following steps to move forward.
Click on the “Restart Step” button and force a refresh of your page with CTRL + F5 then try to paste the code in again.
or - Try the step in incognito or private mode.
or - Disable any/all extensions that interface with the freeCodeCamp website (such as Dark Mode, Ad Blockers, or Spellcheckers), and set your browser zoom level to 100%. Both of these factors can cause tests to fail erroneously.
or - Ensure your browser is up-to-date or try a different browser.
Hello, I need help please.
how do I get to solve step 14 and 15, I have tried so many tactics. It clearly states the below:
1.using : checked class on radio-group input, type-radio to add border- colour background and box shadow.
2.use : checked on radio buttons to change the text colour and associate label when option is selected.
Aside from the above mentioned problem, I also found out that my field set elements changes with any effect I add at input[first of type]. How to I solve this too?
Hi. It doesn’t solve the problems but your syntax is wrong here:
input[type=radio]:checked
Look at test 14.
Same for the CSS code just below that, but there are other issues with your other code to work through. Hopefully someone else can help. I don’t have time right now.
When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.