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

Tell us what’s happening:
I don’t understand why my code isn’t correct. They are asking me for a table caption selector.

Your code so far
table caption{
color: #356eaf;
font-size: 1.3em;
font-weight: normal;
}

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.

table caption{
color: #356eaf;
font-size: 1.3em;
font-weight: normal;
}.

Your browser information:

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

Challenge: Learn More About CSS Pseudo Selectors By Building A Balance Sheet - Step 50

Link to the challenge:

Hi @zebbasj,
Please read instructions again and follow so we can help you:

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.

Thanks,
Hal_Jordan

1 Like

oh, sorry. i’ve just edited the post. thank you.

you have a stray dot at the end?
When I copy your code and remove the dot at the end, everything works.

1 Like

Hi @zebbasj,

Going forward so you’re clear and this is not meant to scold you or anything and it is not me being petty, but rather for your benefit so you can get the help you need.
Please follow the instructions exactly what it says:

Please copy/paste (ALL) the editor code showing in the challenge from where you just linked.

The key word being “ALL”.
And the reason this is the case, because often the user has the correct code or answer. However, they didn’t see that they added a period or some other punctuation typo somewhere else on the page. I have regularly seen people double paste the correct answer, which the lesson will not pass.
So, by us seeing the entire page of your code, which would include the html and the css, we could then double check this among other things.

I hope this makes since.

ps: as @hbar1st said: Your code would pass if you remove the period your showing at end of code block. However, if your code still does not pass. Doblue check for typos and if you still can’t find the typo, then either reset lesson and enter your correct section of code again, minus the period or copy ALL the code and attach to your question for help.

Thanks,
Hal_Jordan

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