Skip to content

Instantly share code, notes, and snippets.

@AndrewIngram
Created January 12, 2022 09:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndrewIngram/e2e9a437fd463e3118593beb22161f3f to your computer and use it in GitHub Desktop.
Save AndrewIngram/e2e9a437fd463e3118593beb22161f3f to your computer and use it in GitHub Desktop.
Gradient thing
.container {
background-color: hsl(346deg, 83%, 51%);
background-image: linear-gradient(
45deg,
hsla(240deg, 100%, 20%, 1) 0%,
hsla(240deg, 100%, 20%, 0) 50%
),
linear-gradient(
45deg,
hsla(55deg, 100%, 50%, 0) 50%,
hsla(55deg, 100%, 50%, 1) 100%
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment