@mkamburdevSubmitted 11 months ago
GEARdHAX
@GEARdHAXAll comments
- @GEARdHAXPosted 11 months ago
Hey, all good but a Little suggestion that you can position fixed at bottom 0 the attributes class i.e. the promotion anchor tag at the footer.
Regards
Marked as helpful1 - @alameen-coderSubmitted 11 months ago
- 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
@GEARdHAXPosted 11 months agoHey @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