Technical documentation media query

During my technical documentation project I continue to get this error.
“Your Technical Documentation project should use at least one media query.”

I have only attached the beginning of my project. but my link should be correct from past projects and web searching.

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="styles.css">
    <title>Beginner HTML/CSS</title>
  </head>

What you showed us doesnt show anything about you using a media query. We need to we need to see your css

1 Like

Thanks for your help. I was so focused on it being related to the link element from online searches, that I did not even consider it might be @media in css. Sorry for the confusion.

1 Like

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