Tell us what’s happening:
Hey, I’m having trouble completing this. It tells me that I should have three in that step, which I already have…
Your code so far
<tr class="data">
<th>Loans <span class="description">The outstanding balance on our startup loan.</span></th>
</tr>
<tr class="data">
<td>$500</td>
</tr>
<tr class="data">
<td>$250</td>
</tr>
<tr class="total">
<td class="current">$0</td>
</tr>
Challenge: Learn More About CSS Pseudo Selectors By Building A Balance Sheet - Step 21
Link to the challenge: