Design comparison
SolutionDesign
Solution retrospective
How do I stop the overflow from the preview hover?
Community feedback
- @Ali503-7Posted almost 2 years ago
you have done great work so far
about the eye icon u can just give it the same width and height as the picture below it which is 275px
Another note for the container
use flexbox so u can fill all the height in the container
.container { display: flex; flex-direction: column; justify-content: space-between; }
hope these notes could help you
Happy Coding!
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