QR code component my solution

Please log in to post a comment
Log in with GitHubCommunity feedback
- @klyvoon
Hi, You did a good job, you find your way around to achieve the challenge. I think, you can improve some few points: -To center the .card, you can delete flex-direction column. -It's preferable to size elements like this using px units, so you can replace "fit-content" by a "px" unit. Also, you might want to take a look around BEM, it's a naming convention for your classes. Have a nice day !
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