Design comparison
SolutionDesign
Solution retrospective
Guys, check it out, feedback is welcome
Community feedback
- @correlucasPosted over 2 years ago
πΎHello Israel John, congratulations for your new solution!
Amazing solution, there's only a little issue with the header image. See how can you fix it:
Use this property to make image crop but in center
object-position: center;
currently the image is getting cropped but aligned to the right.img { display: block; object-fit: cover; max-width: 100%; object-position: center; }
π I hope this helps you and happy coding!
0@correlucasPosted over 2 years ago@Israeljon You're welcome, happy to hear that was useful.
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