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