Latest solutions
Latest comments
- @donichkis1@Ali503-7
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!