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

Qr component in HTML and CSS (Flexbox)

@Chriscaracach

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

Adriano 34,090

@AdrianoEscarabote

Posted

Hi Chris Caracach, how are you?

Congratulations on completing another challenge and progressing! I really liked the result of your project, but I have some tips that I think you will like:

1- Page should contain a level-one heading, you could have changed the p to h1 click here

I noticed that the content is not centered, to fix it we can do the following:

body { /* width: 1440px; */ display: flex; align-items: center; justify-content: center; min height: 100vh; }

the rest is great!

Hope it helps...👍

Marked as helpful

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