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