Tell us what’s happening: I am stocked where my h2 element should have the class red-text and my style sheet to declare a red text red-text class and have it color set to red.
Your h2 text is red in the preview window. However, you’ve applied the red colour directly to the h2 selector. Instead, you should apply the red colour to the .red-text class, and give the red-text class to your h2 element.
It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.
We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.
You can post solutions that invite discussion (like asking how the solution works, or asking about certain parts of the solution). But please don’t just post your solution for the sake of sharing it.
If you post a full passing solution to a challenge and have questions about it, please surround it with [spoiler] and [/spoiler] tags on the line above and below your solution code.