Tell us what’s happening:
The test case is not passing the particular code. Idk why it is happening?
a {
color: #000;
}
a:hover {
color : blue;
}
CatPhotoApp
**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/93.0.4577.63 Safari/537.36
Challenge: Adjust the Hover State of an Anchor Tag
Link to the challenge:
Jaydog
#2
You need to remove the space before the colon
It is ok to have a space after the colon but it is not ok to have a space before it.
It doesn’t make much sense I know but that is how it works
2 Likes
ok, thank you so much. I’m stuck on it for the past 2 days. But, the same code is running in my vscode smoothly.
1 Like
system
closed
#4
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.