Created
October 26, 2022 09:34
-
-
Save jessuppi/50e87b5fb116b285cbbac96d26765f60 to your computer and use it in GitHub Desktop.
Playing with RGBA image background gradients
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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