Created
August 25, 2020 17:06
-
-
Save bradstemke/0d7fe9fee156610a08a2413a2f6a78a2 to your computer and use it in GitHub Desktop.
A nice radial gradient
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
background-image: | |
radial-gradient( | |
circle at top right, | |
cyan, transparent | |
), | |
radial-gradient( | |
circle at bottom left, | |
deeppink, transparent | |
) | |
; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment