Tell us what’s happening:
Describe your issue in detail here.
Step 53
Below the dessert you just added, add the rest of the desserts and prices using three more article elements, each with two nested p elements. Each element should have the correct dessert and price text, and all of them should have the correct classes.
Cherry Pie 2.75
Cheesecake 3.00
Cinnamon Roll 2.50
code wont verify and I have no clue where I’m going wrong and I looked at other submissions and cant find solution plz help love u all ofn grave Your code so far
I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
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 Vanillap element.
Hi, below is my code for this problem. I dont see what is wrong. Class seems right
<p class = "flavor" >French Vanilla</p>
<p>3.00</p>
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.