Created
June 10, 2018 23:01
-
-
Save lonekorean/b6a8975a2e7c38cfb472c586614b096d to your computer and use it in GitHub Desktop.
Goo blobs CSS
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
#bg1 { | |
z-index: -1; | |
filter: url('#goo'); | |
} | |
#bg2 { | |
z-index: -2; | |
filter: url('#goo') blur(4px); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment