The flavors and prices are currently stacked on top of each other and centered with their respective p elements. It would be nice if the flavor was on the left and the price was on the right.
Add the class name flavor to the French Vanilla p element.
I am stumped on the answer for this one apparently <class-name=“flavor”>
French Vanilla
<class-name=“flavor”>
3.00
is not the correct answer. Can anyone assist? THanks!
I can see how the wording could be confusing with the question, but just assign the “flavor” class to the <p> element like you would assign any other class. “Name” has nothing to do with it, they were just telling you that the name of the class was flavor.
Haha yes, midnight-3am are my prime coding times lol! To submit code, click the </> in the bar at the top of the text box where you enter your comment.
But I figured out your issue. When you are assigning a class to something, you have to include that class=“flavor” in the tag. It’s not its own tag.
Right now you are writing it like:
Thanks a bunch for your input, are you able to write it out, I have attempted to do it in different ways but for whatever reason I’m still not getting it, the frustrating part is it is probably something really simple and I am just not placing it in the proper order.