Design comparison
SolutionDesign
Community feedback
- @correlucasPosted about 2 years ago
πΎHello Sithum Gimhara, congratulations for your new solution!
Your solution is great, but you've an issue with the header image, to fix that you can use
object-fit
andobject-position
.To make the image with proper size and aligned to the center
object-position: center;
img { display: block; object-fit: cover; object-position: center; 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