CSS error: “Your a elements should not have any text decorations” even after removing it

Title:
CSS error: “Your a elements should not have any text decorations” even after removing it

Body:
I’m getting this error:

“Your a elements should not have any text decorations”

I already tried removing text-decoration from my a styles, but the error still shows up.

Here’s my CSS:

/* paste your CSS here */

And my HTML:

<!-- paste your HTML here -->

I also checked for other a {} rules but I might be missing something.

What could be causing this error, and how can I fix it?

Thanks!

it’s difficult to help, your CSS and HTML are only a comment

1 Like

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

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