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

Tell us what’s happening:

Your code so far

WARNING

The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.

You will need to take an additional step here so the code you wrote presents in an easy to read format.

Please copy/paste all the editor code showing in the challenge from where you just linked.

Hello everybody, I am stack here on Balance Sheet
Your th element should have the text Total Liabilities.
on step 24:
<tr>
  <th>Total <span class="sr-only">Liabilities</span></th>
  <td>$750</td>
  <td>$600</td>
  <td class="current">$475</td>
 </tr>


Your browser information:

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

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

Link to the challenge:

What you pasted above looks right and passes for me. So I’m going to guess that you accidentally changed something else and that’s why you aren’t passing. You might want to restart the step and try again, being careful not to make any unnecessary changes.

<tr class="total">

Good catch @zaklina. This class was there by default and @neptunykt removed in unnecessarily.

1 Like

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