Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<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">2.75</p>
</article>
<article class="item">
<p class="dessert">Cheesecake</p><p class="price">3.00</p>
</article>
<article class="item">
<p class="dessert">Cinnamon</p><p class="price">2.50</p>
</article>
Challenge: Learn Basic CSS by Building a Cafe Menu - Step 52
Link to the challenge:
Hello everyone! I’ve been scrolling all the answers on step 52 but I haven’t seen addressed this issue. Step 52 ask to go ahead and do the same like I did for donut. I added a class with value dessert for each of 3 items remaining Cherry Pie
, Cheesecake
, and Cinnamon Roll
, and a class with value price for their corresponding entries. It worked with donuts previous step. as you can see it looks exactly the same. Why is it not working this time. thank you for your help. much appreciated