Skip to content

Instantly share code, notes, and snippets.

@argyleink
Created March 2, 2021 06:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save argyleink/68bd0e7c4419bf7ba8a25424b8f08380 to your computer and use it in GitHub Desktop.
Save argyleink/68bd0e7c4419bf7ba8a25424b8f08380 to your computer and use it in GitHub Desktop.
CSS gradient <color-hint> or <transition-hint> example
figcaption {
background: linear-gradient(to top,
hsla(0 0% 0% / 90%),
75%, /* <color-hint> */
hsla(0 0% 0% / 0)
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment