Getting the issue: Your new p element should have the text Total Fat 8g 10% .
Even after reading through other threads I am stull not sure why I am having issues.
Instructions given:
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.
Code:
div class=“daily-value small-text”>
p class=“bold right”>% Daily Value *
Could you please use the Help that appears after three unsuccessful attempts at any step in Responsive Web Design to submit all code and your question?
This will allow the community to respond quickly, with the correct guidance to help you resolve the issue.
Without seeing the complete code, it is difficult to know why your are receiving the error.