The h2 element color

any color I use in the code works correctly in the frame results, even the blue color, but the test continues to be reproved.

<style>
h2 {
  color: blue;
}
</style>
<h2>CatPhotoApp</h2>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36

Challenge: Use CSS Selectors to Style Elements

Link to the challenge:

Hi @stanleycalderelli ,

Welcome to the forum :wave:

When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

```
Your code goes here
```

You can also use the “preformatted text” tool in the editor ( </> ) to add backticks around text.

ok. I done what you told me.

1 Like

This is good. If the test isn’t passing for you make sure you aren’t using any browser extensions that could be affected the display of colors (i.e. dark mode extensions). If that isn’t it, perhaps try it in a different browser.

1 Like

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