Created
November 18, 2024 11:22
-
-
Save jadwigo/855193348252b1828b7d3e576ba105ad to your computer and use it in GitHub Desktop.
red gradient
This file contains hidden or 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
| /** https://cssgradient.io/ **/ | |
| background: rgb(221,11,11); | |
| background: linear-gradient(103deg, rgba(221,11,11,1) 0%, rgba(247,0,140,1) 76%, rgba(221,11,11,1) 100%); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment