page layout using grid

Solution retrospective
I completed my project but I had two challenges: my border-radius and media query were not working. Anyone with useful information on how I can improve my skills is welcome.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @stephenikuomola
I think you provided a wrong link to preview the site. Had a look at your code and I could not see you add any media query.
To add a media query you should use this:
@media screen and (max-width: 500px){ Here, pass in the new CSS rules you would like to apply at this break point which in this case is 500px; }
Marked as helpful
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord