Need help with step 40 on learn-typography-by-building-a-nutrition-label

it says Create a new div element below your .medium element. Give it a class attribute set to daily-value small-text . Within this new div , add a p element with the text % Daily Value * , and set the class attribute to bold right .
Your new p element should have the text % Daily Value * .
but it dose have that
this is my code

<div class="divider medium"></div>
<div class="daily-value small-text">
  <p class="bold right"> % Daily Value *
  </p>
  </div>

Can you provide a link to the challenge

You need to fix the spacing in this line. There should not be a space before the % and there is too much space in between your * and </p>

1 Like

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