Responsive Web Design Projects - Build a Technical Documentation Page

Hi there.
Here is my code-pen link https://codepen.io/aliffashraff/pen/rNvxvpg
It keep showing error on the media query although i have already include it in CSS.
My code pass all the criteria when i checked using this script
When i evaluate in fcc page it shows error.
Need help for this matter. Thank you.

**Your browser information:**

User Agent is: <code>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36</code>

**Challenge:**  Responsive Web Design Projects - Build a Technical Documentation Page

**Link to the challenge:**
https://www.freecodecamp.org/learn/responsive-web-design/responsive-web-design-projects/build-a-technical-documentation-page

Your css stylesheet is not properly linked. Try check again the <link> element.

I insert . Did I insert it in a wrong way?

You inserted it correctly :point_down:t4::


 <link rel="stylesheet" href="style.css">

But is style.css the correct name?

1 Like

Okay I see now. It supposed to be “styles.css”. Thank you very much for the help :bowing_man:

2 Likes

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