Have a glitch in HTML codecamp task (to change a color)

Hi, I just started to use frecodecamp and doing a task"Change the Color of Text" in HTML

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

I did everything right and color has been changed to blue, but I couldn’t move on.
Is it any support team hear who can fix it?
And yes, I verifyed my email.
Thanks.

Thank you randelldawson for quick reply!
Name of the challenge is HTML5 and CSS, Change the Color of Text

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

Not sure why you moved the h2 element to be nested inside the p element, but that it is not the problem. The problem is the instructions say “Change your h2 element’s style so that its text color is red” and your current code makes the h2 element’s text color blue.

Thanks for hint. I puted “red” color instead of blue and it works!

1 Like