Tell us what’s happening:
I cant figure out whats wrong with my selector. It looks like its right to me? Maybe a second set of eyes can help me find the error? This is the msg I get when I try to submit.
Sorry, your code does not pass. You’re getting there.
You should have a tr.total td:nth-of-type(3)
selector.
You should have a tr.total td:nth-of-type(3) selector.
Im on step 58 of the balance sheet in responsive web design.
Your code so far
tr.total td:nth-of-type(3){
padding-right: 0.5rem;
}
WARNING
The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.
You will need to take an additional step here so the code you wrote presents in an easy to read format.
Please copy/paste all the editor code showing in the challenge from where you just linked.
Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.
Your browser information:
User Agent is: Mozilla/5.0 (X11; CrOS x86_64 13904.97.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.167 Safari/537.36
Challenge Information:
Learn More About CSS Pseudo Selectors By Building A Balance Sheet - Step 58