Sorry, your code does not pass. Keep trying. You should add an empty media query with max-width: 1000px

why do i keep getting this ?
Sorry, your code does not pass. Keep trying.

You should add an empty media query with max-width: 1000px even after adding @media querry.

@media only screen and (max-width: 1000px){
body{

}
}

Which course and step is this for?

Css. (City Skyline)
Step 114

“Add an → empty ← media query…”

Putting a ruleset inside of your media query does not make it empty any more.

Also, just follow the format used in the example. Don’t add anything extra.

i got it! thanks. :laughing: :laughing:

2 Likes

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