Design comparison
SolutionDesign
Solution retrospective
Which one is better to position grid item in layout by line number or by using area name ?
Community feedback
- @freaky4wrldPosted about 1 year ago
Hey there, here's what I think can be the best practice to your solution:-
- using the grid-template-columns property to define the card width
- using the grid-template-rows property to define the card height
- using the order property to customize the order of the cards
Refer here to see the best practices!!
Hope it helps!!
Marked as helpful0@Girma3Posted about 1 year agoHi @freaky4wrld your feedback will definitely helps because I'm just grasping the idea of grid layouts 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