Step 50: You should create a new p element at the end of your .daily-value.sm-text element. Where am i going wrong?

<div class="daily-value sm-text">
        <p class="right bold no-divider">% Daily Value *</p>
        <div class="divider"></div>
        <p><span class="bold">Total Fat</span> 8g<span class="bold right">10%</span></p>
        <p class="indent no-divider">Saturated Fat 1g <span class="bold right">5%</span></p>
        <div class="divider"></div>
      <p class="indent no-divider"><i>Trans<i> Fat 0g</p>

1 Like

you did not close i element ( you forgot β€˜/’ in closing tag i element )

Hope this will help. Happy coding

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