Submitted over 1 year ago
Responsiveness with css, flex box, color gradient and hover effect
@chinaza-Sommie
Design comparison
SolutionDesign
Solution retrospective
- Working on this project was fun
- Picking the color variations was not quite easy -Worked with flex box, hover effect and google font
Community feedback
- @visualdennissPosted over 1 year ago
Great work! Your solution looks quite good overall.
Here few suggestions to improve it further: you can add object-fit:cover; as in some screen-sizes, such as 500px, the image gets distorted due to width/height aspect ration. E.g.
.image-container img { width: 100%; height: 290px; object-fit: cover; border-radius: 10px; }
Additionally, you could add a transition: all .4s ease; to you overlay for a smoother transition.
Hope you find this feedback helpful!
Marked as helpful0@chinaza-SommiePosted over 1 year ago@visualdenniss Thank you so much for your feedback. I really find it helpful. I will include them. Once again, thank you.
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