Step 44
Notice how the text 8g
appears centered in the preview. Nest the span
element containing the text Total Fat
along with the text 8g
, in an additional span
element for alignment.
Here’s what I have:
Total Fat8g 10%
Notice how the text 8g
appears centered in the preview. Nest the span
element containing the text Total Fat
along with the text 8g
, in an additional span
element for alignment.
Here’s what I have:
Total Fat8g 10%
do you see how your text is clumped together with no spaces?
it shouldn’t be like that. There should be one space between Fat and 8g and between 8g and 10%.
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.
See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').
Thank you so very much! That worked