Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
grid-template-areas
What challenges did you encounter, and how did you overcome them?making the design to fit the viewport, i review other people code
What specific areas of your project would you like help with?grid, responsiveness
Community feedback
- @tchananetPosted 5 months ago
Hello, great work there. For responsiveness, you should change the grid template areas using along with media queries, setting up the areas differently for mobile and for large screen. Also, for better positioning, you should put the elements in a container, set its display to grid and then use place-contents: center. I think these should be of help. Happy coding and keep it up!
Marked as helpful0@abdul-busybrainPosted 4 months ago@tchananet Thanks very much, I will take that into consideration.
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