Created
June 17, 2023 08:45
-
-
Save Mif2006/381ac5945753941537006e4109e8fee5 to your computer and use it in GitHub Desktop.
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
@keyframes rotateGradient { | |
0% { | |
background-position: 0% 0%; | |
} | |
100% { | |
background-position: 100% 100%; | |
} | |
} | |
.gradient-background-1 { | |
background: radial-gradient(80.36% 80.36% at 18.95% 26.51%, #60DBFF 0.56%, #60D5FF 9.37%, #5FC4FF 21.1%, #5DA9FF 34.46%, #5A82FF 49.03%, #5751FF 64.42%, #5643FF 68.44%, #563DF8 74.32%, #552EE5 82.82%, #5315C6 92.87%, #5200AB 100%); | |
background-size: 150% 150%; | |
animation: none; /* Disable the initial rotation animation */ | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment