Media Query new update

Hey! I’ve been using the new interface and i’m doing the certificate pages. I need one last task to complete (add at least one media query) I just added it but it doesn’t seem to work. I used lots of differents ways of media query but still does not accept it, somebody else has this problem?

Hi @aneley503 !

I just tried it out by adding a media query to the product landing page and that test passes for me.

Did you properly link the stylesheet to your html?

<head>
 <link rel="stylesheet" href="styles.css">
</head>

If so, can you show us what you have tried for the media query so we can see where the issue is?

1 Like

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