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

  • Christy 40

    @christy313

    Posted

    Hi Quindara,

    To center the QR code component, try to add the below lines to your CSS:

          body {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
          }
    

    Happy Coding! 🎉🎉🎉

    0