Design comparison
SolutionDesign
Community feedback
- @Disney-BanjePosted 6 months ago
Great code!
I would only advise you that, if you want to place the content in the middle of the window using
display: grid;
; I would suggest to try and useplace-content: center
since it allows you to align content along both the block and inline directions at once.Marked as helpful1
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