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 solved using html div and CSS grid and media queries

@ChukwunemeCodes

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?

anything you can imagine, you can achieve in frontend development

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

font usage had to check online

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

a more simple approach to solve this.

Community feedback

SIDA 190

@GSida015

Posted

Hello👋🏼!!!

I've reviewed your code and I have some advice for you!

1.The gap between the img and text containers is too high... it should be 16px or 1rem.

2.In the style CSS, you have padding: 0.75rem 0.75rem;. The right value includes the up and down setting, and the second value is for right and left. Instead of repeating the value 0.75rem twice, you can just write padding: 0.75rem;. It's better. If you don't understand, you can also type 4 values like (it's just an example): margin: 24px, 28px, 11px, 10px;. The first value is up, the second value is right, the third value is down, and the fourth value is left.

3.And also make sure that the card width is equal to 320px and height to 497px.

I hope this comment helped you! I would appreciate it if you marked this as helpful.

GOOD LUCK!

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