Learn Typography by Building a Nutrition Label - Step 65

The bottom part of the code given in this challenge is:

      <p>Vitamin D 2mcg <span>10%</span></p>
      <p>Calcium 260mg <span>20%</span></p>
      <p>Iron 8mg <span>45%</span></p>
      <p class="no-divider">Potassium 235mg <span>6%</span></p>
   </div> ....this is the closing div tag of the .daily-value

After the closing div tag of the .daily-value you should add the div and the ‘p’ elements.

Restart step.

1 Like