@lowkey-mazenSubmitted about 1 year ago
I just started HTML and CSS and I have a long way to go, so I would appreciate any tips :)
I just started HTML and CSS and I have a long way to go, so I would appreciate any tips :)
I would suggest to use this CSS code to centralize your QRCode card:
html, body {
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}