Last active
November 20, 2023 20:22
-
-
Save CrazyMORF/f0d4059cbfd5c13928d3 to your computer and use it in GitHub Desktop.
MacOS like box-shadow
This file contains 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
.box { | |
box-shadow: 0 22px 70px 4px rgba(0, 0, 0, 0.56); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment