Heyyyy can I get a hand ova here
I don’t see what im doing wrong. I even checked it in a validator and it says nothing wrong…
The supposed issue is only with this part of the code but if you want the entire code i can post it. Thanks!
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.
You need a span that goes around both total fat and 8g. Not a span that just goes around 8g. So remove the span you have that just goes around the 8g and add a span that starts before total fat span with the class of bold and ends right after 8g