Step 45 I can't get through it

Step 45

To complete the styling, add the applicable class names flavor and price to all the remaining p elements.
I’ve tried some steps put it’s still not working

Please post your full code and a link to the challenge.

In the future, if you use the Ask for Help button, then this information is supplied automatically.

How do I do that please?

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.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

         <article class="item">
            <p class="flavor">French Vanilla</p><p class="price">3.00</p>
          </article>
          <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>

It says for me to do what is stated below and I think it’s what I’ve done, not too sure though

Step 45

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

You have some subtle typo that I can’t locate.

Ok, I think this might be the link

So, what do I do next? Coz I don’t know how to continue without solving that issue :disappointed_relieved:

Reset the code and try not to make a typo?

OK, will try it again to see the outcome

Unfortunately, I can’t see the typo so that’s the best I’ve got

make sure you fix the last p anchor tag on this line. It should be </p>

1 Like

Got it mate, I reset the code and everything turned out ok this time, thanks!

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