Design comparison
SolutionDesign
Solution retrospective
What specific areas of your project would you like help with?
What is the optimal way to organise cards in the middle, Am using flex box but which is better for laying out cards? Using Grids or using positioning?
Community feedback
- @Arbuz77722Posted 4 months ago
I used flexbox to make sure the title content is centrally aligned with the cards. For the card layout I used Grid to align the cards by ensuring first and the last columns span across the whole column after that I used align self and justify self to centered them exactly half way. Lastly, I moved other two cards to the middle column.
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