Learn Accessibility by Building a Quiz - Step 60

Hi,

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.

Hola y bienvenida al foro!

Cuando puedas, proba con la sugerencia que te da el mismo ejercicio y que es la de usar el valor de none en lugar de 0 (cero).

También recorda que el ejercicio requiere que se remueva el padding-bottom, ahí si creo que podrías utilizar el valor de 0.

Mucha suerte!

1 Like

Perfect, thank you :slight_smile:

1 Like

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