Learn Typography by Building a Nutrition Label - Step 51

Tell us what’s happening:
Describe your issue in detail here.

Your code so far
I think I have everything that is needed for this problem but it won’t let me pass, can someone please tell me what I am doing wrong? This is my hint as to what is wrong with my problem…

Hint:
Your new p element should have the text Trans Fat 0g.

  <p class="indent no-divider">Saturated Fat 1g <span class="bold">5%</span></p>
   <div class="divider"></div>
  <p class="indent no-divider"><i>Trans</i>Fat 0g</p> 
</div>   

-building-a-nutrition-label/step-51

What is the hint saying? Remember, the words “Trans” and “Fat” should have a space between them because they are separate words.

It asks that you wrap the Trans Fat 0g in an <span>.

Also, it misses an space in your Trans Fat 0g, you wrote: TransFat 0g.

<span><i></i></span>

Thank You! I had to take a break and get back to it I appreciate you

Thank you so much ! I had to take a break and get back to it I appreciate you

1 Like

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