Help with @media, step 66 on Learn Accessibility by Building a Quiz

Tell us what’s happening:
so i cant figure out how to get passed that step, even after going through this forum, hope i could get help from this forum!

@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/102.0.0.0 Safari/537.36

Challenge: Step 66

Link to the challenge:

Test
Sorry, your code does not pass. Try again.

Hint
You should have one @media (prefers-reduced-motion: no-preference) rule.

figured it out!
@media (prefers-reduced-motion: no-preference){

  • {
    scroll-behavior: smooth;
    }
    }

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