Remove the default styling for the list items

Help step 60 of Learn Accessibility by Building a Quiz.
remove the unordered list padding. and remove default style.
how I do this?

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

pleas put your code here so people can see what’s wrong and try to help

Your code works! You’ve fixed it actually. :grinning:

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