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>