VictorMtzCodes• 350
@VictorMMartinezJr
Posted
Hello! One easy way to center the item in the middle of the screen is to set the parent element of the QR (which in this case would be the body) to : body { height: 100vh; display: grid; place-items: center }
the height gives it the room of the full screen to work with.
0
Joel• 10
@JoelJPerez
Posted
@VictorMtzCode Thank you for your help, I will try what you mentioned.
0