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

I cannot get the span to work or at least let me pass this step. I’m not seeing anything that I’m doing wrong here.

                <th>Cash <span class="description">This is the cash we currently have on hand </span></th>
                <td>$25</td>
                <td>$30</td>
                <td class="current">$28</td>
              </tr>```

Hi.
This is the cash we currently have on hand.
The above is the text you need.
You have:
missing dot, extra space

Thanks for your help

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