Applied Visual Design - Adjust the Hover State of an Anchor Tag

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

Hago exactamente lo que me pide el ejercicio(esta igual que el video de ayuda) y no pasa la prueba./ I do exactly what the exercise asks me to do (it is the same as the help video) and it does not pass the test.
Your code so far

<style>
a {
  color: #000;
}

a:hover {
  color: blue;
}

</style>
<a href="https://freecatphotoapp.com/" target="_blank">CatPhotoApp</a>
  **Your browser information:**

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

Challenge: Applied Visual Design - Adjust the Hover State of an Anchor Tag

Link to the challenge:

Hi @kdelgado2809 !

Welcome to the forum!

The code you have shared works on my end. Please ensure that you have disabled any extensions that interface with the freeCodeCamp website (such as Dark Mode and Ad Blocker), and set your browser zoom level to 100%. Both of these factors can cause tests to fail erroneously.

Or try another browser

1 Like

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