What am I doing wrong? I’m trying to change the link color of a visited page on CSS, but it’s not taking my code. I did my due diligence of searching on google before posting on this forum. My code is at the bottom.
#Step 80
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.
May I ask how you solved this one??
I worked my way all the way to step 80 no problems, and now I am completely stumped !
Do you remember what you did?
It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.
We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.
Also, it looks like that original user already solved the problem