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 component

@anishdai00

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


my first html project .

Community feedback

@Mennatallah-Hisham

Posted

Hi anishdai00,

Congratulations on completing your first challenge

you did great 👍

here are some suggestions to improve your code:

  • add background color to main/body
  • center card using flexbox
.parent{
display:flex;
align-items:center;
justify-content:center;
min-height:100vh;
}
  • wrap your card in <article>
<article>

<img src="./images/image-qr-code.png" alt="QR code pointing to frontendmentor.io" width="288" height="288">
        <h1>Improve your frontend skills by building projects</h1>
        <p>scan the QR code to visit frontend mentor and take your coding skills to next level </p>
</article>

Hope you find this helpful, Happy Coding

Marked as helpful

1

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