Learn Typography by Building a Nutrition Label-step 43

I don’t know why my code does not pass. I was supposed to do this:

# Step 43

Below your element with the Total Fat text, create a new p element with the text Saturated Fat 1g 5%. Wrap the 5% in a span with the class attribute set to bold right.

My code looks like this for this step:

<p>Total Fat</p>
<p>Saturated Fat 1g<span class="bold right"> 5%</span></p>

And the error:
## Test

Sorry, your code does not pass. Don’t give up.

## Hint

You should create a new p element below your element with the Total Fat text.

Link to the challenge:

What is wrong?

Please when you ask for help always include the challenge link. If you use the Ask for help button the challenge link is included automatically.

Ok, good to know, thanks. I add it here:
Link to the challenge:

Try moving the space within the span outside the span and to the left of it

doesn’t really work… same error :frowning:

Try restarting the step again. Sometimes that helps.
Also force a browser refresh Ctrl-f5
Other things to try: incognito mode on chrome, or a different browser

incognito mode saved meee! thanks a lot! :heart:

1 Like

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