Learn Accessibility by Building a Quiz - Step 46

I’m confused on the ratio part.

li>a{
  color: hsla(#0000,0%,0%,1.7);
}


**Your browser information:**

User Agent is: <code>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.62</code>

**Challenge:** Learn Accessibility by Building a Quiz - Step 46

**Link to the challenge:**
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-accessibility-by-building-a-quiz/step-46

try to put ; at the end

done and edited but still does not work ;-;

then try to put spaces in the selector (li > a)

Welcome to FCC Forum!

Try fixing the color set. It is where the problem is coming in. I just tried a different one and it worked.

I just found this color contrast checker while trying to find a way to offer guidance.

It will let you know the ratio to help make it the required, or higher, ratio.

Happy coding! )

1 Like

it worked. Thank you!

1 Like

I’m trying this now with extra spaces and doesn’t work :frowning:

edit: already solved, thanks

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 Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.

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