Design comparison
Solution retrospective
I'm new to programming. I'm learning js, vue.js, php and laravel. This is my first front-end mentor project, feel free to give me feedback about organization of the workflow and using of media queries.
Community feedback
- @nelsonleonePosted almost 2 years ago
Hello, .....congrats on completing this challenge, well done 🎉 🎉 🎉
But i noticed some things with your code and solution, **Hope this comment was helpful and made meaning to you **
Firstly, consider wrapping your main content in a
<main>
other than a divSecondly, you can use a
<picture>
to add different images based on the screen-size, You can read more about the<picture>
tag in mdn Docs or w3schools.comIt's better that way than using
display:none
to render different images in your media queryHope this was helpful **Have fun coding 🎉 **
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin 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