Tell us what’s happening:
I need to do the following task:
On the topic of visual accessibility, contrast between elements is a key factor. For example, the contrast between the text and the background of a heading should be at least 4.5:1.
Change the font color of all the anchor elements within the list elements to something with a contrast ratio of at least 7:1.
I have tried this:
nav>ul>li>a {
aspect-ratio:7:1
nav>ul>li>a {
contrast-ratio:7:1
}
I’m not sure what to do about this. Please help and thank you.