Design comparison
SolutionDesign
Community feedback
- @Carlyle-JPosted 7 months ago
Your solution is okay but a few changes are required like lowering the font weight of the small paragraph to about 500. In order to make the box-shadow of the div card container to increase when the user hovers over it, you can use this css:
.container:hover{ box-shadow: 0px 0px black } ...using the number of pixels that you see fit to match the picture.
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