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 code

vijay0609 90

@vijay0609

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

vcodey 270

@v-codey

Posted

Hey @vijay0609,

Great Job on the challenge. Very close to the provided design. kudos

however there are somethings which i would like to mention

  • although this challenge requires minimum html, but instead of internal css its better practice to have separate css file and link that.
  • also try to use rem instead of px especially in width, heights and font-size.
  • position and transform worked really well in this challenge, you can also try flex-box in body it will give same results
body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

hope its helpful for you. keep learning happy coding

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