Design comparison
SolutionDesign
Community feedback
- @Pulkit-s21Posted over 2 years ago
You forgot to add the image in your markup thats why the solution shows no image. In the HTML make the container grid or flex and in the first comtainer where you left it empty use the img tag and add the image. If you do use grid on container then use
grid-template-columns: repeat(2,1fr);
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