Skip to content

Instantly share code, notes, and snippets.

@irvingvjuarez
Created July 2, 2022 16:50
Show Gist options
  • Save irvingvjuarez/15f97d14adf60ac96910ef3a3c4c3493 to your computer and use it in GitHub Desktop.
Save irvingvjuarez/15f97d14adf60ac96910ef3a3c4c3493 to your computer and use it in GitHub Desktop.
glassmorphism
.glassmorphism {
background: rgba( 255, 255, 255, 0.25 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment