Design comparison
SolutionDesign
Community feedback
- @ecemgoPosted over 1 year ago
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 helpful1 - If you use
- @DebestaPosted over 1 year ago
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 helpful1
Please log in to post a comment
Log in with GitHubJoin 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