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
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?

I'm proud that i successfully completed it.

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

I had difficulty with almost everything and had to search up most of them.

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

I need help with mainly html portions such as making divs. I dont really understand that part.

Community feedback

@kiriasru

Posted

Nice!!!! You can center the card div by using flexbox :D

  • Add some margin-bottom to the <p> tag
  • Reduce the size of the <h1> tag
  • Try the following css code to center the card div
.main {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
0

@Lifes-Tough

Posted

@kiriasru thanks for the feedback!

1
ameera 80

@ameera-abed

Posted

html css

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