Learn Basic CSS by Building a Cafe Menu - Step 44

The Step Is-

To complete the styling, add the applicable class names flavor and price to all the remaining p elements.

You’re supposed to put class="price" and class="flavor" in the

to identify the class for each flavor.

The example im supposed to replicate was

      <article class="item">
        <p class"flavor">Caramel Macchiato</p><p class"price">3.75</p>
      </article>
      <article class="item">
        <p class"flavor">Pumpkin Spice</p><p class"price">3.50</p>
      </article>
      <article class="item">
        <p class"flavor">Hazelnut</p><p class"price">4.00</p>
      </article>
      <article class="item">
        <p class"flavor">Mocha</p><p class"price"
        >4.50</p>
      </article>

So i put the classes in, but when i submit it, it says " You should have five .price elements."

I dont know what that means or how to fix it

Welcome to the forum :wave:

:face_with_monocle: :face_with_monocle: :face_with_monocle:

1 Like