Skip to content

Instantly share code, notes, and snippets.

@gmcusaro
Created November 8, 2021 19:48
Show Gist options
  • Save gmcusaro/4f166972c9d1ded9e2c1df253bd9eab0 to your computer and use it in GitHub Desktop.
Save gmcusaro/4f166972c9d1ded9e2c1df253bd9eab0 to your computer and use it in GitHub Desktop.
Blue effect
.blur {
background-color: #ffffff10;
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment