Change the Color of Text Error

Tell us what’s happening:
Hi all, I hope you are well. I can’t seem to find the error in my code, but maybe you can help me.
I’m not allowed to test this code, but in the lower left corner of my screen is a message that reads: “Your h2 element should be red.” Not only is my h2 element red, but the phone to the right also shows the intended change. What do I do to move on to the next level?

Thanks :slight_smile:

Your code so far

<h2 style="color:blue">CatPhotoApp</h2>

<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36.

Link to the challenge:
https://www.freecodecamp.org/challenges/change-the-color-of-text

in you’re code the style is blue. change “color:blue” to “color:red”

Thank you, TitoTaquito. I see that I followed the example too closely, instead of paying careful attention to the instructions :sweat_smile: