Design comparison
SolutionDesign
Community feedback
- @JessicaStrachanPosted almost 4 years ago
Nice work :)
One pointer I have is to consider using a
max-width
on thecardWrapper
. The use of just percentages runs the risk of the card looking too wide on larger monitors. Then you could potentially look at making itwidth: 100%
on smaller devices, relying on the margin ormain
element to prevent the card from touching the edge of the screen.1
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