mirror of
https://github.com/kevin-DL/ShortMe-URL-Shortener.git
synced 2026-01-22 15:35:23 +00:00
remove animation background
This commit is contained in:
@@ -156,10 +156,10 @@ span {
|
|||||||
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #2dd591);
|
background: linear-gradient(-45deg, #23a6d5, #2dd591);
|
||||||
/*background: linear-gradient(-45deg, #06D6A0, #EF476F, #06D6A0, #FFD166);*/
|
/*background: linear-gradient(-45deg, #06D6A0, #EF476F, #06D6A0, #FFD166);*/
|
||||||
background-size: 400% 400%;
|
background-size: 400% 400%;
|
||||||
animation: gradient 50s ease infinite;
|
/* animation: gradient 50s ease infinite; */
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes gradient {
|
@keyframes gradient {
|
||||||
|
|||||||
Reference in New Issue
Block a user