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

  • @Brandon-Matran

    Submitted

    Had trouble trying to figure out how to center the qr component into the middle of the browser. Wanted to see people's solutions.

    Niklas 10

    @rzceoffical

    Posted

    body {
     display: grid;
     place-items: center;
    
     height: 100svh;
    }
    

    Thats what a normally do But it should only contain 1 element to be centered. Container or Wrapper would be a good name

    0