Learn Accessibility by Building a Quiz - Step 67

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

}
**My code **
My code is not passing the challenge.

Challenge: Learn Accessibility by Building a Quiz - Step 67

Link to the challenge:

Welcome to our community!

You are very close to the final solution.
Take a look at where you have put the opening curly brace:

@media ( prefers-reduced-motion: no-preference) {
What goes here by the instruction: "...Wrap the style rule that sets 'scroll-behavior: smooth' WITHIN an @media..."?
}

So, you have to wrap all that is given in the step. One character is missing here.
To what selector belongs the 'scroll-behavior: smooth; '?

7 Likes

Mod edit: removed solution

14 Likes

thank you this worked

2 Likes

It works thank you @D3admau5

thanks this worked for me

Thank you , life saver :love_you_gesture:

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