Design comparison
Solution retrospective
I am proud to have completed this challenge and I aspire for more
What challenges did you encounter, and how did you overcome them?I had problems formatting the images to the required size
What specific areas of your project would you like help with?I would like tips on formatting photos correctly
Community feedback
- @Grego14Posted 7 months ago
Hello! 🎉 congratulations on completing the challenge! 🎉
It is not necessary to add these properties to the .img-container element
border-radius: 15px; overflow: hidden;
Just add the border-radius to the image itself and that's it.
To make the image take up the full height of its parent element you can use
min-height: 100%;
.Don't skip the headings, you are using a h5 before a h1, always remember to use from h1...h6.
Nothing more to add, you did amazing!
I hope this helps! 😁
Marked as helpful0@TheWizCoderPosted 7 months ago@Grego14 Yes, I corrected the errors thanks for the advice 😁
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