Technical Documentation Page - Build a Technical Documentation Page

Tell us what’s happening:
it seems my media quarry isn’t being recognised

*Your code so far

@media only screen and (max-width: 815px) {
  /* For mobile phones: */
  #navbar ul {
    border: 1px solid;
    height: 207px;
  }

linked the stylesheet too but it still isn’t working

WARNING

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/105.0.0.0 Safari/537.36 Edg/105.0.1343.27

Challenge: Technical Documentation Page - Build a Technical Documentation Page

Link to the challenge:

Welcome to the forum!
Make sure to double-check this:

Be sure to add <link rel="stylesheet" href="styles.css"> in your HTML to link your stylesheet and apply your CSS

UPDATE. Thanks to @staranbeer editing I can see that your query is missing one bracket - double-check syntax also.

I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

1 Like

also can you add all of your CSS code instead of just the snippet, because i just might have an idea of why your code might not be working.

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