Responsive grid with media queries

Please log in to post a comment
Log in with GitHubCommunity feedback
- @mattstuddert
Great work on this challenge! One small suggestion I'd have for your CSS would be to never use IDs for styling. They're too specific and can only ever be used once on a page. I recommend sticking to just using class, attribute, pseudo, and type selectors, as it's much easier to maintain.
I hope that helps. Keep up the great work! 🙂
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