
Design comparison
Please log in to post a comment
Log in with GitHubCommunity feedback
- @uptowngirl757
Instead of using separate media queries for both
min-width
andmax-width
, you can simplify things by just using one media query formin-width
and writing themax-width
styles outside of any media query. This approach can help keep your code cleaner and more efficientAlso, you should consider using semantic HTML tags like
section
,main
, and stuff instead ofdivs
for the whole page. It’s an excellent practice for accessibility and SEO. Overall, keep up the good 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