Tell us what’s happening:
I don’t understand the instructions. Am I supposed to use the @media rule to nest the scroll-behavior code? Please help me out, thanks.
Your code so far
```css
/* file: styles.css */
* {
@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/127.0.0.0 Safari/537.36
Challenge Information:
Learn Accessibility by Building a Quiz - Step 67