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><span class="current","sr-only year">2021</span></th>
            </tr>
          </thead>

code is not working

1 Like

Hello @fazalshahid
The class current should be nested in the th not in the span.

3 Likes

The code is working now. Thanks for helping.

2 Likes

you should give the third element a class = ‘current’

MOD EDIT: REDACTED SOLUTION

hey @k12

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

2 Likes

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