Help with an easy problem of Responjsive Web Desing

  • Responjsive Web Desing
    +learn accessibility by building a quiz
    +Step 64
    Task: Now, we cannot read the text. Target the footer and the anchor element within to set the font color to a color of adequate contrast ratio.

Solution: (I think this is, check other places. )

footer a {
color: #FFFFFF;
}

Problem:
Sorry, your code does not pass. Keep trying.

You should use the footer, footer a selector.

Thnaks.

he is telling you to use :grinning:

footer,footer a{  }

as a selector

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