Learn Accessibility by Building a Quiz - Step 67

Tell us what’s happening:

I’m confused on what you want here
@media (prefers-reduced-motion: no-preferance){
* { scroll-behavior: smooth;
}

Your code so far

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

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

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

/* User Editable Region */

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36

Challenge Information:

Learn Accessibility by Building a Quiz - Step 67

You seem to be missing a closing curly brace }

Be sure the number of closing curly braces } matches the number of opening curly braces {

1 Like

Also don’t leave a space after the dash here