Design comparison
Solution retrospective
I find difficulty in image overlay and grid row . I've just started doing grids so I'm facing little bit difficulties.
Community feedback
- @codefolkPosted about 2 years ago
Hey @irmakaleem, Congratulations on your new solution. There are few suggestions I would like to give you. You should start with mobile view first and add complexities later. Avoid giving heights to elements the container will set its height depending upon the content in it. Also add a media-query at 768px to switch to desktop view for tablets and Pcs. For grid, also define rows even if there is one row. You can use grid-template-areas for specifying where the content belong in HTML. Try using % for giving widths, it's more responsive. For desktop view, you can use width:100vw and height:100vh to avoid overflow. Happy 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