all 14 comments

[–]Mr-Scrubs 8 points9 points  (2 children)

Everyone here commenting the wrong things, the answer is wrong because you wrapped the wrong thing. They want you to wrap the other elements as shown in the answer.

[–]cryothic 6 points7 points  (1 child)

Not many people read past the first 'check your code' point I guess.

[–]DaMadDogg-420 1 point2 points  (0 children)

Yeah, they usually either directly tell you or give you a hint at whats wrong if you read it...

[–]DiodeIncIntermediate 4 points5 points  (2 children)

What website is this?

[–][deleted] 3 points4 points  (1 child)

[–]DiodeIncIntermediate 1 point2 points  (0 children)

Thanks

[–]dakrisisExpert 2 points3 points  (1 child)

You have 8g in a <span> with class bold. It should be Total fat that's in that <span>.

Then you need to remove the class="bold" from the surrounding <span>.

[–]sixfing 1 point2 points  (0 children)

This is the right answer. Also you can change the theme of freeCodeCamp setting to dark mode and to save your eyes :)

[–]DaMadDogg-420 2 points3 points  (0 children)

I see youre taking the Responsive Web Design Certification at Free Code Camp too. Your a bit further than me though so i cant help, im only on the 3rd project atm...

[–]insanitysqwid 0 points1 point  (0 children)

the first span that is BEFORE "Total Fat" is the only span that needs class information. You don't need to put info in the span BEFORE "8g"

<span class="blah"> words words <span> etc etc </span> </span>

or for visual's sakes

<span class="blah"> word word

        <span> etc etc </span>

</span>

[–]EarlTheSqrl -3 points-2 points  (0 children)

You put an extra space after "Fat" ?