hi, I have edited your post to allow others to read your code.
Please enclose code inside of a code block (it is the menu icon that looks like this </>)
Since you want to apply the style inside .item you should target both flavor AND dessert.
Your code here means that you are targeting an element that have a class of both âflavorâ and âdessertâ such that the class attribute of said element is like this:
< ... class="flavor dessert"> ... </ ... >
However the question wants you to target class of âflavorâ AND âdessertâ. You have done targeting multiple elements in your second CSS rule which targets h1, h2, and p
I agree that the wording on the question is a bit confusing.
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.
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.