@nbozbSubmitted over 2 years ago
I had a hard time centering the QR Code Card while making sure the attributions were at the bottom left corner of the screen with Flexbox. I was wondering what is an easier/better way to do this? Thanks!
I had a hard time centering the QR Code Card while making sure the attributions were at the bottom left corner of the screen with Flexbox. I was wondering what is an easier/better way to do this? Thanks!
I like it! I didn't take into account doing HTML semantic markup, I'll fix it later.
Regarding the position of the footer, if you added the display: flex
tag to the body you can add the align-self: flex-start
rule to the footer, that should be enough. I hope it helps!