Design comparison
SolutionDesign
Community feedback
- @correlucasPosted about 2 years ago
πΎHello Omar, congratulations for your new solution!
Your solution seems great, but you've a little issue with the profile image that's not scale with the card container. Make the profile image responsive add
display: block
andmax-width: 100%
andobject-fit: cover
to make the image auto-crop :img { display: block; object-fit: cover; max-width: 100%; }
π I hope this helps you and happy coding!
Marked as helpful0
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