Tell us what’s happening:
hello, i’m having trouble understanding the last step of building a Quiz Webpage lab project, especially with wrapping the code within the @media rule. Any help/guidance will be highly appreciated
Your code so far
<!-- file: index.html -->
/* file: styles.css */
/* User Editable Region */
@media(scroll-behaviour: smooth) {
* {
prefers-reduced-motion: no-prefence;
}
}
/* User Editable Region */
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0
Challenge Information:
Build a Quiz Webpage - Step 67
https://www.freecodecamp.org/learn/full-stack-developer/workshop-accessibility-quiz/step-67