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

Not working
i’ve been tryin out possible solution still no results.

  **Your code so far**
<style>
a{
  color: black;
}



</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/102.0.5005.115 Safari/537.36 OPR/88.0.4412.85

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

Link to the challenge:

Hello, the challenge is : when hover over the a tag then the color turn blue.
so we need to use the a:hover as a selector then { color: blue; } happy coding.

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