Asking for help about thw code

Please. help me with this

<style>
  .red-text {color: red;
  }
  
</style>

<h2 class="red-text">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>

What’s the issue you’re having? If you’re trying to change the color of the <h2> element, you have the right code.

1 Like

I tried this code several times. But it didn’t work eventhough it is corrected

If this is the ‘Change the Color of Text’ challenge, your code seems to be correct. I would suggest possibly doing it differently than in between style tags. That may be why it’s not passing you.

1 Like

Yes it is. That’s the challenge.