Skip to content

Instantly share code, notes, and snippets.

@hahwul
Created June 17, 2021 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hahwul/e29e1b72e0fa281deeb36b56a145090d to your computer and use it in GitHub Desktop.
Save hahwul/e29e1b72e0fa281deeb36b56a145090d to your computer and use it in GitHub Desktop.
blur and not pointing html object
.blur {
filter: blur(2px);
-webkit-filter:
blur(2px);
pointer-events: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment