Learn Accessibility by Building a Quiz - Step 67

Tell us what’s happening:

i need help finishing the code. i seem to think i did the right thing but its refusing to run

Your code so far

<!-- file: index.html -->

/* file: styles.css */
/* User Editable Region */

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

/* User Editable Region */

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36

Challenge Information:

Learn Accessibility by Building a Quiz - Step 67

Why did you change the selector to html?

1 Like