Same lame explanations all the time by freecodecamp… Such a guessing game all the time to try understand what they say. Why not just say things in a easy way/explanation.
Anywaym can anyone help me with this issue? thanks
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.
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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36
Challenge: Learn Accessibility by Building a Quiz - Step 67
You should have one @media (prefers-reduced-motion: no-preference) rule.
I get this message, Ive tried 500000000 different combinations… Ive google millions of websites and still doesn’t work. What’s the issue? Always have the same problem with freecodecamp, they’re explanations are so poorly.
I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
I believe you have these in the wrong order as the @media should be the first line.
The idea here is that the exercise is teaching you how to wrap existing css code into a media rule. (The media rule is the first thing we see and within its block we see all the css that applies within it)
We have blurred this solution so that users who have not completed this challenge can read the discussion in this thread without giving away the solution.