a {
color: #000;
}
a:hover {
color: rgba(0,0,255,1);
}
</style>
<a href="http://freecatphotoapp.com/" target="_blank">CatPhotoApp</a>
Diid not pass…PLEASE HELP!!!
a {
color: #000;
}
a:hover {
color: rgba(0,0,255,1);
}
</style>
<a href="http://freecatphotoapp.com/" target="_blank">CatPhotoApp</a>
Diid not pass…PLEASE HELP!!!
What do the failing tests say?
And where is your opening style
tag?
The anchor tag should have the color blue on hover.
When I hovered my mouse it went from black to blue.
Not sure what the problem is.
maybe you should use the standard colors? like in the example it doesn’t use #F00
but simply red
It was correct once I added the style tag up top thanks