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

card using html and css

SrishtiSk 20

@SrishtiSk

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

@Unkookerinho

Posted

Hi SrishtiSk! 👋

Congratulations on succesfully completing your first challange! Your solution looks great! 😊

There are few you can improve

  • To better center main element of page on screen, you can set display of the body to flexbox and configure it corretly.
body {
display: flex;
align-items: center;
justify-content: center;
}
  • Instead of using ID's, try to use classes most of the time, because they can target multiple elements at once which will be useful once you start working on more complex projects

Once again, congratulations on completing the challange and welcome to the site! 🥳🎉 Keep up your great work and I wish you 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