Learn Accessibility by Building a Quiz - Step 66

Tell us what’s happening:
From everything I am reading in the Q&A and online, my code is correct, but the tutorial states:
“You should have one @media (prefers-reduced-motion: no-preference) rule.”

Is this another browser issue?
I read another user had the same question with the same exact code from 23 days ago, no one had responded to this user.

I started this tutorial in Chrome, was told I had “a browser issue”, deleted all my extensions or deactived them and it still didn’t work. I switched to Microsoft Edge to complete the tutorial and am now stuck again, unless I am missing something in the code??

Your code so far

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

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.

Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.

Your browser information:

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

Challenge: Learn Accessibility by Building a Quiz - Step 66

Link to the challenge:

P.s. The code includes an asterisk, but when I copied and pasted it turned it into a bullet. It is an asterisk in the code.

To display your code in here you need to wrap it in triple back ticks. On a line by itself type three back ticks. Then on the first line below the three back ticks paste in your code. Then below your code on a new line type three more back ticks. The back tick on my keyboard is in the upper left just above the Tab key and below the Esc key.

Thanks.
If it is a browser issue, is my only option starting this tutorial over again in a third browser or is there anything else I can do?

You are missing a dash between the words.

Oh my goodness…I hate it when it’s something tiny that gets overlooked. I think my eyes are saying it’s time to call it a day.

Thanks again.

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