In my opinion, I have completed the objectives, including Story 15: " Your technical documentation should use at least one media query""
This is my code (both in bottom of the section): @media only screen and (min-width: 500px)
{header
{color: green;
}
}
@media only screen and (min-width: 900px)
{body
{ background-color: lightblue;
}
}
Both pieces of code seem to be functional on the freeCodeCamp editor and Preview.
When I run the Test, I get the following error message:
// running tests
Your Technical Documentation project should use at least one media query.
// tests completed