Skip to content

Instantly share code, notes, and snippets.

@pablowbk
Created April 27, 2022 18:45
Show Gist options
  • Save pablowbk/c0a4519c05691d51da7483ab4773f8a0 to your computer and use it in GitHub Desktop.
Save pablowbk/c0a4519c05691d51da7483ab4773f8a0 to your computer and use it in GitHub Desktop.
Menu items blur effect on hover
//blur effect on hover
.parent:hover .child {
filter: blur(4px);
}
.parent .spread:child {
filter: blur(0px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment