Adjust the Hover State of an Anchor Tag - what's wrong?

Tell us what’s happening:
Greetings,

Plz tell me what is wrong with my code, I searched for a correct solution for hours and none worked.

Your code so far


<style>
  a {
    color: #000;
  }
  a:hover {
  color: blue;
}
  
  
</style>
<a href="http://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/67.0.3396.99 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/applied-visual-design/adjust-the-hover-state-of-an-anchor-tag/

I am using chrome…? And i did refresh many times

The exercise claims that i did not accomplish “The anchor tag color should remain black, only add CSS rules for the :hover state.”.

Thanks for the reply,

It turns out my code passed, when I used my iPad to code instead of my pc.