Skip to content

Instantly share code, notes, and snippets.

@pointofpresence
Last active March 31, 2024 20:20
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 pointofpresence/2e263fbe3278f040d587a8efa0050bb0 to your computer and use it in GitHub Desktop.
Save pointofpresence/2e263fbe3278f040d587a8efa0050bb0 to your computer and use it in GitHub Desktop.
CSS: Размытие заднего плана с backdrop-filter: blur()
/* чтобы размыть под layer CSS (например, для модалок) */
backdrop-filter: blur(7px);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment