Skip to content

Instantly share code, notes, and snippets.

@lonekorean
Created June 10, 2018 23:01
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 lonekorean/b6a8975a2e7c38cfb472c586614b096d to your computer and use it in GitHub Desktop.
Save lonekorean/b6a8975a2e7c38cfb472c586614b096d to your computer and use it in GitHub Desktop.
Goo blobs CSS
#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