Learning basic CSS by making a cafe menu - step 52

Hi, they asked me to make tree more article elements for three new menu items, i just copy pasted the first i made, because it passed , and filled in the correct information but it keeps saying that

my code didn’t pass because the items were not listed but they are present. What do i neet to do to fix this ??

This are the lines that its about:

Desserts

      <article class="item">
        <p class="dessert">Donut</p><p class="price">1.50</p>
      </article>
      <article class="item">
        <p class="dessert">Cherry Pie</p><p class="price">1.50</p>
      </article>
      <article class="item">
        <p class="dessert">Cheescake</p><p class="price">1.50</p>
      </article>
      <article class="item">
        <p class="dessert">Cinnamon Roll</p><p class="price">1.50</p>
      </article>
Cafe Menu

CAMPER CAFE

Est. 2020

Coffee

French Vanilla

3.00

Caramel Macchiato

3.75

Pumpkin Spice

3.50

Hazelnut

4.00

Mocha

4.50

Desserts

Donut

1.50

Cherry Pie

1.50

Cheescake

1.50

Cinnamon Roll

1.50

    </section>
  </main>
</div>

Welcome to our community!

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.

The Ask for Help button 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.

Hi, good job!!. I think you missed an ‘e’ after the “s” of Cheesecake.

`

Donut

1.50




Cherry Pie

2.75




Cheesecake

3.00




Cinnamon Roll

2.50


``

Donut

1.50

Cherry Pie

2.75

Cheesecake

3.00

Cinnamon Roll

2.50

Please do not try to give the code to pass the challenges

Thanks

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.