Hi, I'm kind of stuck with this step. What am I missing? Thanks in advance :)

Tell us what’s happening:

Your code so far

WARNING

The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.

You will need to take an additional step here so the code you wrote presents in an easy to read format.

Please copy/paste all the editor code showing in the challenge from where you just linked.

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

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:101.0) Gecko/20100101 Firefox/101.0

Challenge: Step 66

Link to the challenge:

Hi @ justinenavarro4444, and welcome to the forum!

It looks as if you’ve accidentally deleted some of the starter code for this challenge (the CSS selector and its curly brackets).

I was going to suggest that you reset the code for this step, but I’ve just realised that I’m not seeing that option any more.

So, this is the starter code that was supplied for this step:

  * {
    scroll-behavior: smooth;
  }

You need to wrap your media query around that starter code.

1 Like

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