Build a Quiz Webpage - Step 46

Tell us what’s happening:

No me deja pasar el ejercicio e igualmente estoy escribiendo el color que me dice la posta

Your code so far

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

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


a {
  color: #dfdfe2;
}


/* User Editable Region */

Your browser information:

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

Challenge Information:

Build a Quiz Webpage - Step 46

Welcome to the forum @lucaslema

You are not asked to change the colour of all anchor elements. Just certain ones.

Happy coding

I know, but when I select footer a, color: #dfdfe2, it doesn’t give me a solution. I don’t know what the problem is

does it say inside the footer element? or something else? like

Change the font color of all the anchor elements within the list elements

The instructions state that you should change the font color of all anchor elements within list items to one with a contrast ratio of at least 7:1. And as a suggestion, it says:
You should assign the color property a contrast ratio with the background of at least 7:1. Hint: I would use #dfdfe2

it says " You should only change the color of a elements inside list elements.", a footer is not a list element

I understand now, thank you very much.

1 Like

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