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

Basic HTML & CSS QR Code component

@GaryBuiltit

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

@katrine9176

Posted

Hello! Your solution looks really good! 😀

Here is some advice:

  • add CSS reset to your CSS code, learn about it here -> CSS reset, to do that add:
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
  • here is an article about IDs and classes in CSS -> article.

Hope it was helpful and 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