Learn More About CSS Pseudo Selectors by Building A Balance Sheet - Step 27

Tell us what’s happening:

the checker keeps on telling me my should have one
but thats exactly what i have done

Your code so far

<!-- file: index.html -->
<!-- User Editable Region -->

          <table>
            <tbody>
               <tr class="total"><th class="sr-only">Total <span class="sr-only">Net Worth</span></th>
              </tr>
              <td>$-171</td>
                <td>$136</td>
                <td class="current">$334</td>
            </tbody>
          </table>

<!-- User Editable Region -->
/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36

Challenge Information:

Learn More About CSS Pseudo Selectors by Building A Balance Sheet - Step 27

Welcome to the forum @Benard

Try placing the tr closing tag after the last td element.

Happy coding