CSS Grid with span syntax and custom properties.

Solution retrospective
Is there a better way to achieve flex-wrap than just setting a fixed dimension (on my user block)?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @argelomnes
Hey, Nice work Logan! Yes, there is. You can achieve the same result by removing all the declarations you used except
display: flex;
and in your HTML, group together name and handle in a single block.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