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

Tell us what’s happening: You must to remove dot after Liabilities{THIS IS STUPID}

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.

          <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/107.0.0.0 Safari/537.36 Edg/107.0.1418.62

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

Link to the challenge:

if I copy these exact lines into the 4th tr, the code passes for me.
This suggests that you probably made a mistake somewhere else in the code.
I suggest you reset and try to do what I did (copy the code directly from here)

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