Responsive Web Design Projects - Build a Product Landing Page

hello

i am trying to apply media query but it doesnt pass test on it

<style>
  @media (max-width: 600px){
  body{
   
      background-color: red;
    }
  }
  </style>

Hi.
Your query in HTML file?
Maybe use CSS file?

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