Learn CSS Grid by Building a Magazine - Step 77

Tell us what’s happening:

Your code so far

@media only screen and max-width: 720px

{

.image-wrapper

{

grid-template-columns: 1fr;

}

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Safari/605.1.15

Challenge: Learn CSS Grid by Building a Magazine - Step 77

Link to the challenge:

plz help me to proceed further…

You are missing something in your media line. You see how the media only screen is here

1 Like

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