Hello, this is my code so far. I completed the necessary steps to include, style, and format the total fat and percentage area. I believe to have successfully nested the last span element as well. What I do not understand is why it says I need a new p element underneath my daily-value class. Even when I insert one there it says the same thing. The step instructions say nothing about inserting a p element there (or maybe I just don’t understand it). Either way, I do not know what it is I am missing here
Instructions:
" 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."
Error Message: " Hint
You should create a new p element at the end of your .daily-value element."
from what i can see, you have nested the new p element inside a .divider element which I think was not in the instructions?
also I would not split out my p element and its spans on separate lines
We cannot tell if you have the correct spacing when they are on separate lines like this.