Responsive QR code card using native CSS

Solution retrospective
Hello! please answer to the questions below:
- On a scale of 1 to 10, note the resemblance of my solution to the given design
- Is there anything that i can adjust ?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @yishak621
9/10 the card should be at the center of the screen use flex or grid to center
/*main container*/ .center { display: flex; justify-content: center; align-items: center; height: 100vh; background: var(--color-second); }
Marked as helpful
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord