QR code component

Solution retrospective
- I did not understood the exact size for mobile screen
- For making a div at center, should I go with flex or margin and transform is okay?
- What is the ideal solution for this.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @llariola00
- I see that your GitHub repo readme is using the default README.md, I recommend you delete the default and replace it with the modified README-template.md,
- Just remove the '-template' and make sure to modify its content. Happy coding!
- @nonso01
- use flex box or grid to super center whatever element you might have, rather than using margin, because no other element can occupy the space.
- you can check the specified font , because it seems like it's not loading properly.
- just follow the flow, most mobile are within
360 - 380px wide
so you could work on that. Happy coding
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