Created
July 2, 2022 16:50
-
-
Save irvingvjuarez/15f97d14adf60ac96910ef3a3c4c3493 to your computer and use it in GitHub Desktop.
glassmorphism
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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