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/605.1.15 (KHTML, like Gecko) Version/16.5 Safari/605.1.15
Challenge: Learn Accessibility by Building a Quiz - Step 67
Your code was too large to bring over from the challenge. Please use the format button that looks like </> and paste your code in between the lines it gives you. You will have to use it once for any html you have and once for your css
My apologies. I’m still learning the functions of this website. I am trying to figure out how to wrap the original code and at-rule style. Also, I’m working on an IPad and it’s a little tough trying to copy my code and posting it. Thanks for your assistance in advance.
You currently have two media when you only need one. Also you are missing the selector part of this structure. Do you know what selector you are using?
Honestly no. I would guess a ‘class’ selector would be used for customizing special commands. But the ‘*’ was not in my code. I was trying different ways to pass the challenge but I ran out of ideas.
You would not be using the class selector. When you first start the challenge this is the code they start you out with
* {
scroll-behavior: smooth;
}
You are supposed to wrap the media around this code that they gave you. So * is the selector you are going to use. Now try to put the code together using the structure
Ok, I figured it out after you explained the structure that I should follow. Whew! It wasn’t that difficult. I guess I was overthinking the challenge. Thank you a bunch Cody.