I’m confused then because the lesson is to overide the body color green with the pink-text:
Basic CSS: Prioritize One Style Over Another
Sometimes your HTML elements will receive multiple styles that conflict with one another.
For example, your h1 element can’t be both green and pink at the same time.
Let’s see what happens when we create a class that makes text pink, then apply it to an element. Will our class override the body element’s color: green; CSS property?
Create a CSS class called pink-text that gives an element the color pink.
Give your h1 element the class of pink-text .
It says my text should be pink and it is, so I don’t understand the issue.
@keyscripter you sent the wrong link in the description of the post LOL, however I found the challenge you were working on and your code passes for me. Make sure you try either refreshing your browser, trying a different browser such as Chrome.