Design comparison
SolutionDesign
Solution retrospective
I am still learning. so any feedback will be very helpful. especially for the problem of changing device sizes
Community feedback
- @tiobistaPosted almost 2 years ago
It is a nice project and you can also improve by using a picture html tag rather than using two images like <picture> <source srcset="/media/images/img1.jpg" media="(min-width: 315px)"> <img src="/media/images/img2.jpg" alt=""> </picture> You can find it from https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture.... to make it valid html5 semantics .
Marked as helpful0@IbnuKhathirPosted almost 2 years ago@tiobista Wow, thank you so much. That's great feedback. I really appreciate it.
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