This commit is contained in:
2022-12-03 04:27:23 +10:00
parent c1d8b96f49
commit ed5756d065
5 changed files with 47 additions and 43 deletions

View File

@@ -14,7 +14,7 @@
top : -230%;
}
to {
100% {
left: -250%;
top : -300%;
}
@@ -36,7 +36,7 @@
top : -300%;
}
to {
100% {
left: -280%;
top : -80%;
}
@@ -58,17 +58,13 @@
top : -80%;
}
to {
100% {
left: -180%;
top : -100%;
}
}
@keyframes wrap-background {
from {
background-color: #ff5c5c;
}
25% {
background-color: #9395ff;
}
@@ -81,7 +77,7 @@
background-color: #534eff;
}
to {
100% {
background-color: #ff5c5c;
}
}
@@ -94,6 +90,7 @@
animation-iteration-count: infinite;
background-repeat : no-repeat;
animation-timing-function: ease-in-out;
background-color : #ff5c5c;
}
:is(div, section).gradient>div:not(.gradient) {