Submitted over 3 years ago
I used the grid layout concept for this design.
@manavkhadka0
Design comparison
SolutionDesign
Solution retrospective
Need some help in the responsive design.
Community feedback
- @Andrii-RohovPosted over 3 years ago
Hi, you could use grid-template-columns: minmax(200px, 350px) minmax(200px, 350px) minmax(200px, 350px) minmax(200px, 350px); on grid. And i would suggest to create new div and display it as grid and not body. It would be easier to center it, and to play with grid that way
Marked as helpful1@manavkhadka0Posted over 3 years ago@Andrii-Rohov sure i will try on that , Thank you !
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