Learn-basic-css-by-building-a-cafe-menu/step-79

I can’t get past this stage but think my code is correct:

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.


a { color: black; }

type or paste code here

Welcome to FCC forum, I just reset this step copied and pasted your code and it passed, possibly you have something else causing it to fail, copy your code, reset the step paste it back in and hopefully that should work. Let me know if this works, happy coding.

1 Like

Yes that has worked now after a reset! Thank you.

1 Like

No problem at all happy to help, would like it if you could like my post or tick the solution box. Good luck my friend.

1 Like

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