and the requirement is
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.
As stated, it is best to use the Help to post the full code and questions. This allows for a more direct and accurate response to problems.
I am not sure if this will help you, but I have made a breakdown that I share for this step.
Welcome to the community @formicidae !
As stated, it is best to use the Help to post the full code and questions. This allows for a more direct and accurate response to problems.
I am not sure if this will help you, but I have made a breakdown that I share for this step.
Here is my breakdown of the instructions for this step.
1. Create a new p element below the last divider closing div.
2.Text to be entered within p element Total Fat 8g 10%
3. Wrap the text Total Fat within a span element.
4. Give the span element a class of "bold"
5. Wrap the text 10% within a span element.
6. Give the span element a class of "bold"
7.Wrap the first span element wrapped around Total Fat in a span that extends to include 8g.
Note: Total span elements should be three. Make sure there is a space before 8g.