Skip to content

Instantly share code, notes, and snippets.

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 jamiemarsland/4af06d5cb0e67b2e4903f49b7ba8adeb to your computer and use it in GitHub Desktop.
Save jamiemarsland/4af06d5cb0e67b2e4903f49b7ba8adeb to your computer and use it in GitHub Desktop.
Glassmorphism Code for Gutenberg
.glass
{
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 );
padding:20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment