Learn Accessibility by Building a Quiz - Step 66

Is this what I’m suppose to be doing?

Your code so far

@media (prefers-reduced-motion; no-preference)}  
  * {
    scroll-behavior: smooth;
  }
}

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71

Challenge: Learn Accessibility by Building a Quiz - Step 66

Link to the challenge:

It’s close but you have some little errors. Is that supposed to be a semi-colon or colon? I’d also check the curly brace to make sure it is pointing correct way. When simple things don’t work make sure to go over your code very carefully to find these types of problems.

1 Like

Ok, thank you for the advice.

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