What is the criteria for passing the 1st task

Tell us what’s happening:

Your code so far


<style>
a:hover {
  color: blue;
}
  
  
  
</style>
<a href="http://freecatphotoapp.com/" target="_blank">CatPhotoApp</a>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:61.0) Gecko/20100101 Firefox/61.0.

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

It looks like you deleted the original style for <a>

Reset your code and then just add your style for hover.

What you have done is correct but before you applied hover, there must have been another a with color: #000 code, you should not remove that, copy the code you have applied now and reset the test and then add your copied code below that.

thanks i have done that task