Learn More About CSS Pseudo Selectors by Building A Balance Sheet - Step 11

        <thead>
          <tr>
            <td></td>
            <th><span class="sr-only year">2019</span></th>
            <th><span class="sr-only year">2020</span></th>
             <th class="current><span class="sr-only year">2021</span></th>
          </tr>
        </thead>

What’s the issue you’re having? First start by reviewing this and maybe that will solve the problem