Learn CSS Grid by Building a Magazine - Step 77

Tell us what’s happening:

Thisi code won’t pass. i’ve been wondering what i did wrong here
someone help please!

Your code so far

<!-- file: index.html -->

/* file: styles.css */
/* User Editable Region */

 @media (max-width: 720px) {
  .image-wrapper{
    grid-template-columns: 1fr;
  }
 }

/* User Editable Region */

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:127.0) Gecko/20100101 Firefox/127.0

Challenge Information:

Learn CSS Grid by Building a Magazine - Step 77

“Start with a @media query for only screen…”

Seems like you forgot about only screen.

1 Like

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