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

Tell us what’s happening:

Your code so far


<style>
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 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36.

Challenge: Adjust the Hover State of an Anchor Tag

Link to the challenge:

a{ color:#000; } a:hover { color:blue; }

CatPhotoApp

i got it