Help with "applied visuals"

"Adjust the Hover State of an Anchor Tag

I have tried all other forum posts, even had a professional programmer look this over.
Tried substituting “black” for “#000” .
Makes absolutely no sense to me.
Seeing as many others have problems with this one,
I recommend updating this lesson to be more user-friendly…

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/96.0.4664.93 Safari/537.36

Challenge: Adjust the Hover State of an Anchor Tag

Link to the challenge:

The lesson is working fine for me. The code you posted is correct.

Are you using any browser extensions that are interfering with the test suite:

Note: Some browser extensions, such as ad-blockers and dark mode extensions can interfere with the tests. If you face issues, we recommend disabling extensions that modify the content or layout of pages, while taking the course.

1 Like

Yes you are correct.
I had a High-Contrast mode enabled in Windows 10.
Turned it off and everything worked fine.
Seems to only affect lessons involving colors.

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