Design comparison
SolutionDesign
Solution retrospective
How do I make the page blur when the hamburger menu is clicked like the one in the design?
Community feedback
- @mihalymarcell86Posted about 2 years ago
Hello @DiogoOkeke,
for the page blur, you can put a transparent backdrop
<div>
over the viewport, and then apply ablur()
filter on it, once the menu opens. Check out this MDN page for details.Hope that helps!
0@DiogoOkekePosted about 2 years ago@mihalymarcell86 Thank you so much for your help.
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