Solution using SASS Flexbox, Grid & javascript DOM

Solution retrospective
Hello,
I would like some feedback and help on the following points:
- The cards of the dashboard are not like the design when I hover over them. How can i fix this? I think it has something to do with the way I made the the color space above the card. Could i code this in a different and better way?
- How can I make it so that the opacity of the card is set back to default when I hover over the 3 dots in the card (menu).
I will appreciate any other feedback on my code or design.
Please log in to post a comment
Log in with GitHubCommunity feedback
- Account deleted
Hello !
First, good job!
Then:
- I suggest your change the hover effect with the right background-color > #33397a rather than an opacity: 0.8;
- I think it would be hard to no hovering the card knowing that the 3 dots are in the card. So this a total normal behavior. Maybe you could handle that with JavaScript (mouseover/mouseout) and adding active classes when needed
Join 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