CSS Hover color

Hi

a:hover { color: #000; } this will turn color black on hover - #000 is black.
So your code probably is changing text from black to black, not blue.

Because your code is not formatted for markdown we cannot see most of it. Your <a> tag appears as a link to a cat photo. You can wrap code in backticks or select the code button </> in toolbar above to format as computer code.

Here is the code editor for that challenge formatted as code.

<style>
  a {
    color: #000;
  }

</style>
<a href="http://freecatphotoapp.com/" target="_blank">CatPhotoApp</a>

Including the link to the challenge helps immensely when asking for assistance.
Here is the link to the challenge

I believe that if you use the ‘ask for help’ button on the challenge page most of this will done for you automatically. A topic will be opened in the correct forum with the link to your challenge included.
image

2 Likes