Learn Accessibility by Building a Quiz - Step 47

nav ul li:hover {

background-color: #dfdfe2;

color: #1b1b32;

cursor: pointer;

}

li > a {color: inherit;

text-decoration: none;

}

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.

Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.58

Challenge: Learn Accessibility by Building a Quiz - Step 47

Link to the challenge:

What hint are you getting?

hey,
Do you have question??

I’ve edited your code for readability. 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.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

li > a {
color: inherit;
text-decoration: none;
}

nav > ul > li: hover{
background-color: #dfdfe2;
color: #1b1b32;
cursor: pointer;
}

What is wrong with the code?:face_with_monocle:
Can you help me out guys and girls?

Hello @Coder952,
Could you please make your own post including all the current code for assistance?
Each individual is asked to post their own issues on their own post, not use other people’s as it is not fair to that person.
As well, by posting from the actual step one is on, they can use the Ask for Help which appears after 3 attempts at a step. This allow the person to post the code using the Preformatted text feature to post their code, and they can post their problem at the same time.
Thank you!
Happy Coding! :slight_smile:

1 Like

Sure! no Worries Life.Blessed!
I am happy to share my question individually.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.