Skip to content

Instantly share code, notes, and snippets.

@Eli-Shmerler
Created March 30, 2020 03:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Eli-Shmerler/93a4b75d53bbe894b9d66c799a8632e4 to your computer and use it in GitHub Desktop.
Save Eli-Shmerler/93a4b75d53bbe894b9d66c799a8632e4 to your computer and use it in GitHub Desktop.
Create a blur effect to elements scrolled behind navigation bar
<style>
.nav {
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment