Learn Accessibility by Building a Quiz - Step 53

I wrote this code

.info {
  padding: 10px 0 0 10px;
}

and when I hit “Check your code” it tells me to use the .info selector.
Which I did. I am confused.

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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36

Challenge: Learn Accessibility by Building a Quiz - Step 53

Link to the challenge:

Without seeing the rest of your code, I can’t see what’s going wrong, though the code you have posted is correct in the context of the challenge.

it seems like the browser doesn’t like my “dot” and closing bracket.
Never experienced this previous modules.

Screenshot 2023-01-10 at 3.47.54 am

Welcome to our community!
Post your entire html and css code here. It seems that you have done something else when you typed in these code lines. The first line should be found in 87. line of code. That is not the case with your code. Probably you deleted the closing curly brace } of the selector, above this one in question.

thanks for pointing into the right direction.
Yes, somehow I accidentally deleted the closing curly bracket of the previous selector.

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