Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Connection pool for prod0-shard-00-01-7memi.mongodb.net:27017 was cleared because another operation failed with: "connection <monitor> to 3.211.157.215:27017 timed out"
Connection pool for prod0-shard-00-00-7memi.mongodb.net:27017 was cleared because another operation failed with: "connection <monitor> to 54.90.63.22:27017 timed out"
Connection pool for prod0-shard-00-00-7memi.mongodb.net:27017 was cleared because another operation failed with: "connection <monitor> to 54.90.63.22:27017 timed out"
Connection pool for prod0-shard-00-00-7memi.mongodb.net:27017 was cleared because another operation failed with: "connection <monitor> to 54.90.63.22:27017 timed out"
Connection pool for prod0-shard-00-00-7memi.mongodb.net:27017 was cleared because another operation failed with: "connection <monitor> to 54.90.63.22:27017 timed out"
Connection pool for prod0-shard-00-00-7memi.mongodb.net:27017 was cleared because another operation failed with: "connection <monitor> to 54.90.63.22:27017 timed out"
Connection pool for prod0-shard-00-00-7memi.mongodb.net:27017 was cleared because another operation failed with: "connection <monitor> to 54.90.63.22:27017 timed out"
Connection pool for prod0-shard-00-00-7memi.mongodb.net:27017 was cleared because another operation failed with: "connection <monitor> to 54.90.63.22:27017 timed out"
Connection pool for prod0-shard-00-00-7memi.mongodb.net:27017 was cleared because another operation failed with: "connection <monitor> to 54.90.63.22:27017 timed out"
Connection pool for prod0-shard-00-00-7memi.mongodb.net:27017 was cleared because another operation failed with: "connection <monitor> to 54.90.63.22:27017 timed out"
Connection pool for prod0-shard-00-00-7memi.mongodb.net:27017 was cleared because another operation failed with: "connection <monitor> to 54.90.63.22:27017 timed out"
Connection pool for prod0-shard-00-00-7memi.mongodb.net:27017 was cleared because another operation failed with: "connection <monitor> to 54.90.63.22:27017 timed out"
Connection pool for prod0-shard-00-00-7memi.mongodb.net:27017 was cleared because another operation failed with: "connection <monitor> to 54.90.63.22:27017 timed out"

Submitted

QR Code Component using HTML & CSS

Kam 50

@novatok

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


How can I improve this?

Community feedback

Lucas 👾 104,580

@correlucas

Posted

👾 Hello Kam, congratulations for your first solution here and feel welcome to the Frontend Mentor Community!

You can improve your solution doing some changes, see the tips below:

1.Add the background-color to the body instead of the container, the background-color will have the same properties of the element its inside, in your case the background-color doesn't fill the background because its inside the container.

`body {background-color: hsl(212, 45%, 89%);}

2.A better html structure you can use is one with only the necessary elements, you've add some div that are too much. See how can you build it with few elements:

<main class="container">
<img> 
<h1> </h1> 
<p> </p> 
</main>

The rest you've done really good, I can see that the card is also responsive and this is great.

Congratulations and keep it up KAM!

Hope it helps you and happy coding!

Marked as helpful

0

Kam 50

@novatok

Posted

@correlucas Thanks for the feedback. I will put it into practice.

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