QR Code Challenge Solution

Please log in to post a comment
Log in with GitHubCommunity feedback
- @ecemgo
Some recommendations regarding your code that could be of interest to you.
- If you use
max-width
, the card will be responsive and you can reduce the width a bit
.container { /* width: 400px; */ max-width: 300px; }
- Then, you'd better reduce the
font-size
of texts but it's up to you.
Hope I am helpful. :)
Marked as helpful - If you use
- @Debesta
In my opinion image it's a little to big, because it's over 70% of this box height and you can add bos-shadow then it will be look like it is closer or spruced up.
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