Created
February 20, 2022 09:59
-
-
Save webmayak/60a45e5c12bc7779c66cf934a1394dad to your computer and use it in GitHub Desktop.
радужный css для текста
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
| span { | |
| color: transparent; | |
| background: linear-gradient(130deg, #C3BFF5 0%, #C3BFF5 15%, orange 15%, orange 30%, yellow 30%, yellow 45%, #13DF8A 45%, #13DF8A 60%, #1BBCF3 60%, #1BBCF3 75%, pink 75%, pink 100%), linear-gradient(130deg, #C3BFF5 0%, #C3BFF5 15%, orange 15%, orange 30%, yellow 30%, yellow 45%, #13DF8A 45%, #13DF8A 60%, #1BBCF3 60%, #1BBCF3 75%, pink 75%, pink 100%); | |
| text-shadow: 0px -1px 5px rgb(239 45 239); | |
| -webkit-background-clip: text; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment