Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Basic html and css using vs code

Aaliyan10 190

@Aaliyan10

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

jcoms2003 100

@jcoms2003

Posted

@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

Aaliyan10 190

@Aaliyan10

Posted

@jcoms2003 Thank you so much

0

Please log in to post a comment

Log in with GitHub
Discord logo

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