Design comparison
Solution retrospective
The close button in the menu has a behavior I don't understand. And I have no idea how to make the letters inside the card keep in the dark, without the filter effect when the hover kicks in.
Community feedback
- @Andrii-RohovPosted about 3 years ago
Hi, for the menu problem, i believe it should not be 100% of screen, try to set it (ul {height: 650px}). and for the button problem try and add to class .menu.active { position: absolute;} it will fix youre problems. And about how filter effect, it's complicated)) filter is not best solution, try to solve this problem with pseudo elements or some wrappers, you can check out my solution to see what i mean. But overall great job))👍
Marked as helpful1@renatoalmeida49Posted about 3 years ago@Andrii-Rohov Wow! This is great! Thanks for that! I will apply this changes in my challenges.
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