After your last .divider element, create a p element and give it the text Total Fat 8g 10%. Wrap the text Total Fat in a span element with the class of bold. Wrap the text 10% in another span element with the class of bold. Finally, nest the Total Fatspan element and the text 8g in an additional span element for alignment.
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.
You need three span elements.
One nesting Total Fat with a class of bold.
One nesting Total Fat 8g
And one nesting 10% with a class of bold.
So you have the Total Fat and 10% nested correctly. But you nested the Total Fat 8g wrong. So move the span element that is directly before the 8gto directly before first.bold`