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

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

Welcome to the forum

Your code passes.
Reset the step and try again. If that doesn’t work, refresh the page, disable dark mode, disable ad blockers. Or, use another browser.
If the above steps do not work, you may need to restart the computer.

Happy coding

1 Like

Hi @Kimbee,

Be sure to also put your selectors in the designated area on the challenge so that it can be parsed correctly by the code behind the scenes. Your selector is correct; I’m thinking it just might be in the wrong spot. It should be here:

1 Like

I logged in on my phone and entered the same code. It passed on my phone . thank you!

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