Step 65-missing the "no-divider" class in p element. Code is written below

<div class="divider"></div>
      <p class="no-divider"><span><span class="bold">Protein</span> 3g</span></p>
      <p class="no-divider">Potassium 235mg<span>6%</span></p>
      <div class="divider large"></div>

My code is not passing due to my new p element having the class of “no-divider” but it is right there in my code, am I missing something? Please help

Welcome to the forum @1Prokingg

The instructions did not ask you to include the new div element.

I edited your post so the codes format on the forum.

Happy coding

1 Like

Hi there!

And in the future, 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 Help button located on the challenge. This button only appears if you have tried to submit an answer at least three times.

The 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.