Https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-accessibility-by-building-a-quiz/step-60

Tell us what’s happening: Step 60

Remove the default styling for the list items of .answers-list, and remove the unordered list padding.

This is my attempt and still no luck
.answers-list {
list-style: none;
}

Your code so far

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; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0

Challenge: Step 60

Link to the challenge:

Hi @mmhussein13 ,

You forgot about this part of the instructions :

and remove the unordered list padding.

.answers-list {
list-style: none;
padding: 0;

}
am still stuck here

Your code works for me.
Make sure you haven’t changed the original code. Or, please restart the challenge and type your code again.

cant explain why its failing to work. but i had to change to chrome and then it worked. its failing in firefox.
thank you so much for your assistance.

2 Likes

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