Learn Typography by Building a Nutrition Label - Step 33

<div class="calories-info">
      <div class="left-container">
        <span>230</span>
        <h2 class="bold small-text">Amount per serving</h2>
        <p>Calories</p>
      </div>

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!

Below your .small-text element, create a new p element with the text Calories . Also below the .left-container element, create a new span element with the text 230 .

Please use your own words to describe the issue you are having

I was instructed to create a new span element with the text 230 below my p element

i did just that but it seems not to be working out

are you sure? read carefully where the span element should be placed

Below your .small-text element, create a new p element with the text Calories . Also below the .left-container element, create a new span element with the text 230 .

You already posted that.
It says

in the code you posted it is inside the .left-container element, not below it

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