Learn Accessibility by Building a Quiz - Step 60

The question: " Remove the border and bottom padding on the .question elements."

So basically I am stuck on this question and am always told that I " should use the .question selector". But I would say that I am already doing so and I don’t really understand the error.

.question {
  border: none;
  padding-bottom: 0;
}

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0

Challenge: Learn Accessibility by Building a Quiz - Step 60

Link to the challenge:

Hi there and welcome to our community!

Your code passes this step for me… perhaps there’s an issue elsewhere in your code?
Have you lost a closing bracket from a previous selector maybe?
If you post your full CSS code, we can see what might be causing the issue.

1 Like

Thank you, I somehow actually lost a a previous closing bracket :smile:

1 Like

I had the same problem, was missing a closing bracket above.

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