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