QR code subission

Solution retrospective
How to make my solution closer to the provided example and make it appear consistent accross all devices
Please log in to post a comment
Log in with GitHubCommunity feedback
- @AmirShamim
Hello, you can center it very easily using body{ height: 100vh; display: flex; align-items: center; justify-content: center; } this would center all the child elements of the body tag, and you can also adjust font-size for headings to match the design. And your code is very minimalistic means you can easily make changes to this design.
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