Hi im struggling with this step no matter how i format it either itll tell me to wrap the element to the text or it will tell me that I need to have 3 elements if any one can help me out.
Step 43
After your last .divider element, create a p element and give it the text Total Fat 8g 10%. Wrap the text Total Fat in a span element with the class of bold. Wrap the text 10% in another span element with the class of bold. Finally, nest the Total Fat span element and the text 8g in an additional span element for alignment.
<div class="divider"></div>
<p><span class='bold'>Total Fat</span> 8g<span class='bold right'> 10%</span></p>
Sorry, your code does not pass. Hang in there.
Your p
element should have three span
elements.