Learn Accessibility by Building a Quiz - Step 46

Tell us what’s happening:

it´s my first post to needed hepl, si i ask you to be patient. Here i smy code : li>a{color: white 6:1}
the answer is:
You should give the a elements inside list items a color property.
i don´t know what is wrong.
I tried several times.
Thank you.

Your code so far

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

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

li> a{color:yellow 6:1 }

/* 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/109.0.0.0 Safari/537.36

Challenge Information:

Learn Accessibility by Building a Quiz - Step 46

hi and welcome to the forum.

I think the 6:1 is not valid css. So just pick a color that will contrast with the background. If yellow doesn’t work try white for eg.

i tried with.
li> a{color:white 7:1 }
but is the same answer

you have removed 6:1 and replaced with something else, remove 7:1 from your code

Yes , but where is the problem? I can´t see.
Thank you.

7:1 is the problem, please remove it

i think the problem is here but I don´t know how solve it:
You should give the a elements inside list items a color property.

show your code again pls

li> a{color:white 6:1}

remove 6:1, delete it, cancel it from existence

2 Likes

i do it and it´s the same answer

show me again please

li> a{color:white }

add a space after li

1 Like