Design comparison
SolutionDesign
Community feedback
- @AldrinSeanPereiraPosted 10 months ago
Hi Gopinath
Read this article from MDN docs to structure your HTML better: link here
Avoid using multiple containers and divs. Keep simple using the above reference.
Also in the CSS for
img
changeobject-fit: fill;
toobject-fit: cover;
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