Typography help Step 33

I need help with this. It’s not correct!
I tried so many times!

What is the code you’re trying?

Without seeing your code, one issue you might be having is with this instruction

Also below the .left-container element, create a new span element with the text 230.

Note that the “BELOW” means AFTER the closing tag <div>...</div> :wink:

Yeah when I try it keeps saying this

This is my code

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

I’ve edited your code 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.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

I would reset this step and try it again.
You seem to have made changes to the organization of the existing code instead of just adding new code where needed.