Created
May 27, 2021 14:02
-
-
Save AertHulsebos/f07dbf893d3a155a32d7e0875e2c319b to your computer and use it in GitHub Desktop.
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
| .cc-window { | |
| border-bottom: 5px solid #000; | |
| border-radius: 15px; | |
| box-shadow: | |
| 0 1px 2px rgba(0,0,0,0.07), | |
| 0 2px 4px rgba(0,0,0,0.07), | |
| 0 4px 8px rgba(0,0,0,0.07), | |
| 0 8px 16px rgba(0,0,0,0.07), | |
| 0 16px 32px rgba(0,0,0,0.07), | |
| 0 32px 64px rgba(0,0,0,0.07); | |
| } | |
| .cc-btn { | |
| border-radius:50px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment