Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • darkogj 10

    @darkogj

    Posted

    1. Instead of <div id="center">, try a <main> tag to make the code more semantic.

    2. No need to wrap the image inside "qr-container".

    3. Not sure why you're wrapping the text inside a separate div.

    4. 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