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

@nimishaparmar1304

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

youssef 460

@Youssef5107

Posted

Hello, nimishaparmar1304

Congratulations on completing "profile-card-component-main" challenge . I have some advices to help you improving it , add a new div that contains the "qr-component" div then add: display:flex; (to use flex properties) height: 100vh; (to make sure that the new div take the whole page height) align-items: centre (to center vertically ) Justify-content:center; (to center horizontally) margin-top is not a good way to centre your div as it fix its position so you can delete the style(margin: 100px 0px 0px 800px;) from your "qr-component" div and use better the flex properties

0

@nimishaparmar1304

Posted

Hello @Youssef5107

Thank you for your suggestion. it will help me to improve my design.

1

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