Learn Typography by Building a Nutrition Label - Step 33

Tell us what’s happening:
Your span element should come after your .left-container element.

Your code so far

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

Hi Yes it should come AFTER div element, and you have inside div element.

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