Update style.css
This commit is contained in:
parent
4c9f7f3b58
commit
b4e4d6f07a
1 changed files with 5 additions and 3 deletions
|
|
@ -7686,12 +7686,14 @@ body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: linear-gradient(135deg,
|
background: linear-gradient(135deg,
|
||||||
rgba(29, 185, 84, 0.1) 0%,
|
rgba(29, 185, 84, 0.35) 0%,
|
||||||
rgba(138, 43, 226, 0.1) 50%,
|
rgba(138, 43, 226, 0.35) 50%,
|
||||||
rgba(255, 20, 147, 0.1) 100%);
|
rgba(255, 20, 147, 0.35) 100%);
|
||||||
background-size: 200% 200%;
|
background-size: 200% 200%;
|
||||||
animation: gradientShift 8s ease infinite;
|
animation: gradientShift 8s ease infinite;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
|
opacity: 0;
|
||||||
|
animation: fadeInRow 1s ease-out forwards, gradientShift 8s ease infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes gradientShift {
|
@keyframes gradientShift {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue