I’m slightly confused about the Step 60 for Learn Accessibility by Building a Quiz. The task is to “Remove the border and bottom padding on the .question elements.” So I used
.question {
border: 0;
}
The border indeed disappear but i’m getting the error that code does not pass as instead of “0” I should be using “none”. Is this really a big difference and changes something in the background? Visually I see the same results using either.