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

Tell us what’s happening:

Your code so far

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

Hi all,
the above is part of the code in focus - when I submit it suggests it does not pass as body should have only one tr element, which I believe has.
Would appreciate help with this? Thanks

Challenge: Learn More About CSS Pseudo Selectors By Building A Balance Sheet - Step 27

Link to the challenge:

Resolved…my td elements were outside of tr which I haven’t noticed until posting it on here :sweat_smile:

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