Change the Color of Text- Seems there are other threads, checked

First lesson is instructing to do it this way, got it all correct but it’s saying my color isn’t red? Second lesson, same issue; formatted correctly to have blue and even checked video to make sure. Two birds with one stone if someone can help out. I’ll include second lesson in a separate line of code.


<h2 style="color: red;">CatPhotoApp</h2>
<style>
h2 {color: blue;}
</style>
<h2>CatPhotoApp</h2>

Your browser information:

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

Hi! Perhaps you need check with other browser, but i thinks is cache problem, as if there were no update changes. :thinking:

thanks brotha, i’ll give that a shot

Do you have an extension that change colors? For example a dark mode browser extension? That would change the color of the text and make you not pass the tests

Yep, I do have darkmode, trying that now!

Thanks for the help, both of you!