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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36
Challenge Information:
Technical Documentation Page - Build a Technical Documentation Page
help me on this one…
Your Technical Documentation project should use at least one media query.
I tried , but I’m failing @media (max-width: 1000px) and (min-width: 769px) {
nav-link{
width: 100%;
background-color: yellow;
}
}
Could you please post the complete code using three backticks ``` before and after each complete set of code (the complete html index and the css styles)
In this way, the community is able to see the code and offer proper guidance to resolve the problem with the code.
For now, I am providing a link to a great article found in fCC News category that explains media query and provides good examples.
FCC News Media Query
I hope it helps you resolve the issue.
If you still require help, please post the complete code on this post, so the community can assist you?