Learn Accessibility by Building a Quiz - Step 67

Tell us what’s happening:

step 67 of learning accessibility by building a quiz

Your code so far

<!-- file: index.html -->

/* file: styles.css */
/* User Editable Region */

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


/* User Editable Region */

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36

Challenge Information:

Learn Accessibility by Building a Quiz - Step 67

Hi @omarajoseph,

what the direction meant, should be something like this:

@media (feature: value) {
  selector {
    property: value;
  }
}

i am failing to attempt the step

what is your latest code?

code removed by moderator

This how it’s supposed to be

ohh… please don’t give out or spoil the right answer!
just give out hints and let them use their analytical thinking to solve the challenges.

Ok yeah that’s true :+1:

1 Like

would you please edit this and remove the solution? thank you.

hi @Jin_oz

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge. How to Help Someone with Their Code Using the Socratic Method

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

2 Likes

Ok sorry I got it now :sunglasses: