@Mamin0679Submitted 4 months ago
darkogj
@darkogjAll comments
- @darkogjPosted 4 months ago
-
Instead of <div id="center">, try a <main> tag to make the code more semantic.
-
No need to wrap the image inside "qr-container".
-
Not sure why you're wrapping the text inside a separate div.
-
You prob want to apply display: flex to the container which contains the card, which in turn contains the qr image/h1/p. And then center things from there.
0 -