Please read instruction again. ā<ā p class=" name"ā>ā Remember we give you just an example of how to resolve your problem not the final solution.
If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.
Thank you.
Ps. Look at how you added the class menu to the div element.
You should add the class flavor to the p element the same way.
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.
This one was confusing to me too, because in the instructions it doesnāt specify to add class as an attribute. In this instance the attribute to P element is class=āflavorā.
so, just add the attribute class=āflavorā to the opening P tag.
such as; < p > class=āflavorā > French Vanilla </ p >
Hopefully this helps anyone that gets stuck on this step.