- Responjsive Web Desing
+learn accessibility by building a quiz
+Step 64
Task: Now, we cannot read the text. Target thefooter
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.