Please help, not sure if this a problem caused by the outage or if there is something wrong with my code. I thought that I responded correctly, but I keep getting an error in my code msg, here is the challenge:
After your last .divider element, create a p element and give it the text Total Fat 8g 10%. Wrap Total Fat in a span element with the class set to bold. Wrap 10% in another span element with the class set to bold right.
I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
challenge:
After your last .divider element, create a p element and give it the text Total Fat 8g 10% . Wrap Total Fat in a span element with the class set to bold . Wrap 10% in another span element with the class set to bold right .
this is the quote from the directions. I actually copy pasted the text which clearly show a space between “Fat” and “8g”
“After your last .divider element, create a p element and give it the text Total Fat 8g 10% . Wrap Total Fat in a span element with the class set to bold . Wrap 10% in another span element with the class set to bold right .”
the error is as follows:
Test
Sorry, your code does not pass. Keep trying.
Hint
Your new p element should have the text Total Fat 8g 10%
The hint clearly shows a space between “Fat” and “8g”