Last active
March 31, 2024 20:20
-
-
Save pointofpresence/2e263fbe3278f040d587a8efa0050bb0 to your computer and use it in GitHub Desktop.
CSS: Размытие заднего плана с backdrop-filter: blur()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* чтобы размыть под layer CSS (например, для модалок) */ | |
backdrop-filter: blur(7px); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment