
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Renukta-21
I'm a beginner bro, I saw your code and I can only suggest for better readibility and maintenance that you could put the mediaqueries styles in the same block, not distributed all along your css, like: -------------------------------------------------------------------------------------------------------------@media (max-width: 600px){ .container{ overflow: hidden; } } @media (max-width: 600px){ body{ padding: 3rem 1.6rem; } }--------------------------------------------------------------------------------------------------------all those styles can be in the same block, congrats bro :)
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