I wrote it correctly but still cant get passed

Tell us what’s happening:
Describe your issue in detail here.

  **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/99.0.4844.74 Safari/537.36

Challenge: Adjust the Hover State of an Anchor Tag

Link to the challenge:

Heed the warning note on the Responsive Web Design main page:

“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.”

3 Likes

it was my Dark mod extension, thanks for the help!

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