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 design using HTML and CSS

JP 20

@pjortega0225

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


Just want to know tips and tricks for vertically aligning div in the page. Thank you.

Community feedback

imad 3,310

@imadbg01

Posted

Greetings JP!! Congratulations on completing this challenge!, maybe the easy way is to use either flex or grid, for example you can remove margin-top: 150px; from body and display it flex as flow

  display: flex;
  flex-direction: column;
  min-height: 100vh;
  align-items: center;
}

over all you did will!! Keep up The Good Work

Marked as helpful

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