Error on Step 47 Of the Nutrition Label

% Daily Value *

Total Fat 8g10%

Saturated Fat 1g 5%

I am getting this error and I can’t figure it out.

" Your p element with the text Saturated Fat 1g 5% should have no-divider added to the class attribute. Do not remove the existing classes."

Hey there, I can’t see your code so I can’t actually tell what is going on, but what the hint means is:

<div class="example-class example-div">This div has 2 classes.</div>

It wants you to leave the original class, but add the no-divider class, so that it has both classes.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.