Learn Accessibility by Building a Quiz - Step 47

Tell us what’s happening:

Why the tasks are not telling my what color or background-color to put,they just explain to me to put a color and my code dont pass,they are so many codes in css that they did not mention them before.

Your code so far

<!-- file: index.html -->

/* file: styles.css */
/* User Editable Region */



li > a {text-decoration:none;
  color: inherit;
}
nav > ul > li:hover{background-color:#dfdfe2;
cursor:pointer;}

/* User Editable Region */

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15

Challenge Information:

Learn Accessibility by Building a Quiz - Step 47

Hi there!

The instructions is asking you: To make the navigation buttons look more like typical buttons, remove the underline from the anchor tags.

Then, create a new selector targeting the navigation list elements so that when the cursor hovers over them, the background color and text color are switched, and the cursor becomes a pointer.

You have learned the above styling in previous challenges. Now you need to pass the test.

BTW, you also need to change the text color. You didn’t have a property and value for that styling.

Yes i know this but im saying in the tasks there are codes they didnt mention before like position property and the tasks in 48 asks me to complete it.

1 Like

Your current topic is about Learn Accessibility by Building a Quiz - Step 47. You need to create a separate topic for each step, when you have an issue with a specific curriculum challenges.