Four card feature section

Solution retrospective
Hello community, I am trying to get the grid layout as given in the design of the challenge. I don't know how I can do that and I need help with that please.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @savvyonchain
you should wrap team builder and karma around a section element and set the body or the main element as used by you to display flex this will immediately make them appear in the middle.
<body> <section> <team builder> <karma> </section> </body>I hope you understand? tell me if it worked.
Marked as helpful
Join 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