I am stuck on step 79

The default color of a link that has not yet been clicked on is typically blue. The default color of a link that has already been visited from a page is typically purple.

To make the footer links the same color regardless if a link has been visited, use a type selector for the anchor element (a) and use the value black for the color property.

The prompts are saying i should use an (a) selector.

This is my code that is not working
a {
color: black;
}

Please post a link to the step and more of your code. Thanks.

2 Likes

i just figured it out, i forgot to put a closing } on the selector above🤦🏿‍♂️

2 Likes

thank you for being willing to help anyway🙌🏿

1 Like

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