Learn Accessibility by Building a Quiz - Step 46

Tell us what’s happening:

It asks this: You should give the a elements inside list items a color property.

I already tried the ratio but it still won’t accept it pls help

Your code so far

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

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

nav >ul>li>a{
  color: lightblue;
}

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

Challenge Information:

Learn Accessibility by Building a Quiz - Step 46

Hi. If you put gaps between your selectors and before the opening curly brace it works.