Learn Accessibility by Building a Quiz - Step 67

Tell us what’s happening:

Your code so far

Wrap the style rule that sets scroll-behavior: smooth within an @media at-rule with the media feature prefers-reduced-motion having no-preference set as the value.

  • {
    scroll-behavior: smooth;
    }

Your browser information:

Challenge: Learn Accessibility by Building a Quiz - Step 67

Link to the challenge:

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!

I find it hard to understand the challenge.

can you tell us which sentence you are struggling to understand? (or if you need help remembering how to do something maybe?)

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