Tell us what’s happening:
Your code so far
WARNING
The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.
You will need to take an additional step here so the code you wrote presents in an easy to read format.
Please copy/paste all the editor code showing in the challenge from where you just linked.
nav > ul > li {
color: #dfdfe2;
margin: 0 0.2rem;
padding: 0.2rem;
display: block;
}
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0
Challenge: Learn Accessibility by Building a Quiz - Step 45
Link to the challenge:
I am not seeing what I’m missing here. I used the selectors in the example and gave them the styles per the instructions.
The hint keeps saying: You should use either the nav li
or nav > ul > li
selector but I already did that.
The css rule is OK.
Refresh page (F5).
Restart step.
If it doesn’t pass, try the following:
“Note: Some browser extensions, such as ad-blockers and dark mode extensions can interfere with the tests. If you face issues, we recommend disabling extensions that modify the content or layout of pages, while taking the course.”
Before doing anything of the mentioned above, check out that you were not deleting the curly brace of the previous selector or the element of the following selector.
Oh wow, ty so much. I did, in fact, accidentally delete the curly brace of the previous selector.
1 Like