Design comparison
SolutionDesign
Community feedback
- @lantiguavPosted 6 months ago
Nice solution! I would recommend avoiding the use of pixels for font sizes because they override the user's text size settings in the browser. Instead, I suggest using REM.
On a separate note, it looks like you're missing a box shadow on
.card-container
:.card-container { ... your styles box-shadow: 0px 25px 25px 0px #0000000C; }
0
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