Skip to content

Instantly share code, notes, and snippets.

@pedroCX486
Created February 16, 2022 00:20
Show Gist options
  • Save pedroCX486/3c66266a8215825a8d3943198177f5d8 to your computer and use it in GitHub Desktop.
Save pedroCX486/3c66266a8215825a8d3943198177f5d8 to your computer and use it in GitHub Desktop.
Create a semi-transparent div with a blurry background!
.blurry-semi-transparent-bg {
background-color: rgba(0, 0, 0, 0.65);
backdrop-filter: blur(12px);
backface-visibility: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment