Step 80 Cafe Menu

Tell us what’s happening:
Describe your issue in detail here.

I’m stuck on this instruction
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

My code so far

footer {
** link-color: black;}**

  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36

Challenge: Step 80

Link to the challenge:

1 Like

like so

a {
    color:  "value you want"
}
3 Likes

Thank you!

I was just working on it and did something close, but still wrong

Have you passed the challenge ?

Yes, I have! Thank you!

1 Like

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