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 using HTML & CSS

@shwebdeveloper

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

Brine 140

@brinereef1

Posted

Congrats on successfully completing this project

You did a good job and it's looks really great

Just a small suggestion, you can use media query at max-width 401px to change the margin of h1 and p inside article element to margin-block, it will avoid taking extra white space

@media only screen and (max-width: 401px) {
h1 {
margin-block: 1.5625rem
}

p {
margin-block: 0.875rem;
}
}

Marked as helpful

1

@shwebdeveloper

Posted

Thanks I appreciate the feedback! I will test out the code snippet you provided. @brinereef1

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