Skip to content

Instantly share code, notes, and snippets.

@bradstemke
Created August 25, 2020 17:06
Show Gist options
  • Save bradstemke/0d7fe9fee156610a08a2413a2f6a78a2 to your computer and use it in GitHub Desktop.
Save bradstemke/0d7fe9fee156610a08a2413a2f6a78a2 to your computer and use it in GitHub Desktop.
A nice radial gradient
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