Adjust hover state of an anchor tag

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

  **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/101.0.4951.67 Safari/537.36

Challenge: Adjust the Hover State of an Anchor Tag

Link to the challenge:

Remove the colon here on the selector

@olorunfemiayobami082 the challenge is asking you to let “catphotoapp remain black”

@olorunfemiayobami082 Here’s the code
Mod Edit: SOLUTION REDACTED

thanks guys, i figured out the mistake

1 Like

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