Design comparison
SolutionDesign
Community feedback
- @jcoms2003Posted 5 months ago
@Aaliyan10
Great job finishing your first project! Just a few suggestions. First, if you are trying to use flexbox to center the QR code container make the body the main flex container. You would do this by...
body { display: flex; justify-content: center; align-items: center; height: 100vh; width: 100%; }
Also, try to use semantic elements like
<main></main> <section></section>
so on and so forth...Overall, great job finishing your project and good luck with your next!
Happy coding! ;)
0
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