Design comparison
SolutionDesign
Community feedback
- @FernandoChurrosPosted about 2 years ago
I have some suggestions you might consider to improve your code:
-
In some resolutions like the tablet, the page "breaks", the flex-box is not 100% predictable when it comes to responsiveness, it would be more interesting to use the grid template, even to avoid having to write 'divs' inside 'divs ', which makes the code less readable.
-
and to use different images for different resolutions you can use the html itself: MDN - picture
Marked as helpful0@zinebmacPosted almost 2 years ago@FernandoChurros Thank you so much for your advice I'll try to work with that in my next project.
0 -
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