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
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


What are you most proud of, and what would you do differently next time?

First Webiste finished with some issues.

What challenges did you encounter, and how did you overcome them?

Thought I didn't think it was super difficult it was my first program and had a hard time as I was using hard numbers for the child contianers causing a variety of issues

What specific areas of your project would you like help with?

Some tips going forward?

Community feedback

Bryan Li 3,550

@Zy8712

Posted

Congrats on finishing your first challenge!

Some tips for you moving forward:

  • try using some semantic tags like <main> which is better for accessibility purposes
  • instead of using margin to center the card, I suggest you use flexbox to center it. You can do something along the lines of:
body{
   width 100vw;
   min-height: 100vh;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}

Aside from that, you seem to have a good grasp many css properties/features. Nice work 👍

Marked as helpful

1

@Obikaviola

Posted

Great work.

There's still some corrections to be made. Like reducing the space between the image and the heading.

Also, the text for the paragraph is too grey and can hardly be seen. I think you need to reduce the opacity.

There's need to make these changes.

Happy coding!

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