Submitted over 3 years agoA solution to the QR code component challenge
QR Code Component
@chris-nowicki

Solution retrospective
I had a difficult time with centering the QR Card horizontally and vertically. I am not sure if the max-width
and max-height
were necessary in my .card-container
class:
.card-container {
max-width: 1440px;
min-width: 375px;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
Any and all feedback on my code is welcome!
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Chris Nowicki's solution.
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