QR Code using HTML and CSS

Solution retrospective
How could I have made it even better?
Any tips will be highly appreciated.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @the-coding-beekeeper
Hi Joseph,
congratulations for finishing the project! I have one suggestion to improve your code: the <center> tag is outdated. To center text or other items try this instead in your css: display: flex; flex-direction: column; align-items: center; text-align: center;
Greetings! the-coding-beekeeper
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