Need help pleas and thank you

Tell us what’s happening:
can I get some help please, I have tried everything I could. I may be missing something i cant see yet

Your code so far


<h2 style="color:red ;">CatPhotoApp</h2>
<main>

<p>Click here to view more <a href="#">cat photos</a>.</p>

<a href="#"><img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a>

<div>
  <p>Things cats love:</p>
  <ul>
    <li>cat nip</li>
    <li>laser pointers</li>
    <li>lasagna</li>
  </ul>
  <p>Top 3 things cats hate:</p>
  <ol>
    <li>flea treatment</li>
    <li>thunder</li>
    <li>other cats</li>
  </ol>
</div>

<form action="/submit-cat-photo">
  <label><input type="radio" name="indoor-outdoor" checked> Indoor</label>
  <label><input type="radio" name="indoor-outdoor"> Outdoor</label><br>
  <label><input type="checkbox" name="personality" checked> Loving</label>
  <label><input type="checkbox" name="personality"> Lazy</label>
  <label><input type="checkbox" name="personality"> Energetic</label><br>
  <input type="text" placeholder="cat photo URL" required>
  <button type="submit">Submit</button>
</form>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36.

Challenge: Change the Color of Text

Link to the challenge:
https://www.freecodecamp.org/learn/responsive-web-design/basic-css/change-the-color-of-text

Your code passes for me. What problems are you having?

For some reason theirs an X on Your h2 element should be red.
Dont k now why its not letting me continue ??

What browser are you using?

google chrome ?? should I be using explorer

The tests usually work best in Chrome, but you can try a different browser if you are able. Or try updating Chrome. Also try deleting cookies.

Thanks i will give that a try

do you have a dark mode browser extension? don’t use it, it is not compatible with fcc tests