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

Tell us what’s happening:

I keep receiving this error “You should have a tr.data th selector” even though I have written everything that was requested.
this is my code:

tr.data th {
  text-align: left;
  padding-top: 0.3rem;
  padding-left: 0.5rem;
}

Your code so far

<!-- file: index.html -->

/* file: styles.css */
/* User Editable Region */

tr.data th {
  text-align: left;
  padding-top: 0.3rem;
  padding-left: 0.5rem;
}

/* User Editable Region */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36

Challenge Information:

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

Hi there! Your code works for me. But it looks like you are missing a closing curly bracket somewhere or smth like that

I checked it again but I keep receiving that error

So please share your full HTML and CSS
How to format your code properly: Forum code formatting

check that the selector above this one has the closing }

Yessss :ok_hand: :ok_hand: … thank you so much

1 Like

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