Design comparison
SolutionDesign
Solution retrospective
- Area of difficulty : I have difficulty centering the page and get the right number of margin and padding
-
Code am not sure of : Am unsure of the paragraph aspect and the margin of the qr-code container in the aspect of centering the page
-
Questions : no question for now
Community feedback
- @GEARdHAXPosted 11 months ago
Hey @alameen-coder
Great work buddy! Here's a solution for your difficulty,
-
You can set postion fixed to attributes class and set bottom 0 with text-align center.
-
For perfectly centered qr box, you can use body { display: flex; justify-content:center; align-items:center; min-height:100vh; }
And rest of the alignments are perfect and color accurately used.
Regards
0 -
Please log in to post a comment
Log in with GitHubJoin 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