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 co

a {
color: balck;
}

what am i doing wrong?

Hey @malvo welcome to the group
You have a typo change it to black

Happy coding

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