Typography: Step 43-After your last .divider element

Ignorance is not bliss everyone! Here is the actual code… Now, as you were saying…



% Daily Value *

Total Fat 8g 10%
Total Fat 10%
Total Fat 8g

When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

Hello @AlecBarden23

Here is my breakdown for Building a Nutrition Label - Step 43

Step 43 Nutrition Label

  1. p element to be placed after the last .divider.

  2. text to be placed in the p element Total Fat 8g 10%

  3. span element with class bold should wrap Total Fat

  4. span element with class bold should wrap 10%

  5. span element to wrap the span and Total Fat, along with 8g.

I hope this helps you.

Keep up the good progress!

1 Like

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.