Skip to content

Instantly share code, notes, and snippets.

@jessuppi
Created October 26, 2022 09:34
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 jessuppi/50e87b5fb116b285cbbac96d26765f60 to your computer and use it in GitHub Desktop.
Save jessuppi/50e87b5fb116b285cbbac96d26765f60 to your computer and use it in GitHub Desktop.
Playing with RGBA image background gradients
background: linear-gradient(to bottom right, rgba(55, 71, 79, 0.8), rgba(255, 196, 0, 0.2)), url()
background: linear-gradient(60deg, rgba(55, 71, 79, 0.7777485994397759) 30%, rgba(255, 255, 255, 0) 100%), url()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment