-
-
Save yuriitaran/382ea199e88f953b260e9de7ce58d9d9 to your computer and use it in GitHub Desktop.
CSS Stand-Alone Blur Overlay
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
| .class { | |
| filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'blur\'><feGaussianBlur stdDeviation=\'3\'/></filter></svg>#blur"); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment