Learn Accessibility by Building a Quiz - Step 67

Tell us what’s happening:

I am struggling with adding the @media prefers-reduced-motion for the last step

Your code so far

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

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

* {
  scroll-behavior: smooth;
}


}

/* User Editable Region */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0

Challenge Information:

Learn Accessibility by Building a Quiz - Step 67

Hi there and welcome to our community!

Can you show us what code you have tried for this step? Use the example given in the challenge instructions as a guide to the required syntax:

@media (feature: value) {
  selector {
    styles
  }
}