Tell us what’s happening:
I have triple checked and even copy and pasted the code in the valid solutions but I can’t figure out why it still shows up as incorrect when I try to proceed.
It keeps stating " The anchor tag color
should remain black, only add CSS rules for the :hover
state.", but the black color hasn’t been changed even after I’ve reset the challenge multiple times. Any suggestions?
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/86.0.4240.198 Safari/537.36
.
Challenge: Adjust the Hover State of an Anchor Tag
Link to the challenge: