@a-hsuSubmitted over 2 years ago
Questions:
- What is the best way to center this card?
- How can I change the background color of the page?
Questions:
Answering your two questions, add these properties on body css
body { display: flex; align-items: center; justify-content: center; background-color: hsl(212, 45%, 89%); }
To align using body you need to put your qr code card inside a container.