Mobile-first solution using CSS grid and JavaScript

Solution retrospective
Any feedback welcome. Thanks!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @JOJOK63
Hi , you can use : .content{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } to center your content
Have a good day
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