Learn Accessibility by Building a Quiz - Step 66

I am so lost… I have tried everything, this is the final bit ive settled on based on what it is asking and what I’ve searched online. Please can someone point out what I’m missing as I just can’t seem to see it.

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

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0

Challenge: Learn Accessibility by Building a Quiz - Step 66

Link to the challenge:

you made a spelling mistake no-perference

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