22 margin : auto;
33 font-family : -apple-system, BlinkMacSystemFont, sans-serif;
44 overflow : auto;
5- /*background: linear-gradient(240deg, rgb(114, 25, 108) 3%, rgb(27, 83, 139) 38%, rgb(22, 153, 144) 68%, rgb(92, 27, 27) 98%);*/
6- /*background: rgb(74,185,176);*/
7- /*background: linear-gradient(90deg, rgba(74,185,176,1) 23%, rgba(50,109,208,1) 47%, rgba(210,63,63,1) 71%, rgba(126,68,241,1) 100%);*/
8- /* background: linear-gradient(315deg, rgba(101,0,94,1) 3%, rgba(60,132,206,1) 38%, rgba(48,238,226,1) 68%, rgba(255,25,25,1) 98%); */
9- background : rgb (20 , 36 , 80 );
10- background : linear-gradient (60deg , rgba (20 , 36 , 80 , 1 ) 27% , rgba (37 , 22 , 91 , 1 ) 47% , rgba (66 , 30 , 85 , 1 ) 68% );
11- animation : gradient 15s ease infinite;
12- background-size : 400% 400% ;
13- background-attachment : fixed;
145}
156
16- body . secret {
7+ . background {
178 background : rgb (20 , 36 , 80 );
18- background : linear-gradient (60deg , rgb (61 , 91 , 105 ) 27% , rgb (92 , 74 , 173 ) 47% , rgb (50 , 104 , 57 ) 68% );
19- animation : gradient 15s ease infinite;
20- background-size : 400% 400% ;
9+ background : linear-gradient (60deg , rgba (20 , 36 , 80 , 1 ) 27% , rgba (37 , 22 , 91 , 1 ) 47% , rgb (38 , 30 , 85 ) 68% );
10+ -webkit-animation : gradient 10s ease infinite;
11+ -moz-animation : gradient 10s ease infinite;
12+ animation : gradient 10s ease infinite;
13+ background-size : 600% 600% ;
2114 background-attachment : fixed;
15+ position : absolute;
16+ width : 100% ;
17+ height : 100% ;
2218}
2319
20+ .background : has (.secret ) {
21+ background : rgb (54 , 54 , 54 );
22+ background : linear-gradient (60deg , rgb (41 , 116 , 54 ) 27% , rgb (69 , 143 , 165 ) 47% , rgb (43 , 80 , 128 ) 68% );
23+ animation : gradient 5s ease infinite;
24+ }
25+
26+ @-webkit-keyframes gradient {
27+ 0% {background-position : 0% 86% }
28+ 50% {background-position : 100% 15% }
29+ 100% {background-position : 0% 86% }
30+ }
31+ @-moz-keyframes gradient {
32+ 0% {background-position : 0% 86% }
33+ 50% {background-position : 100% 15% }
34+ 100% {background-position : 0% 86% }
35+ }
2436@keyframes gradient {
37+ 0% {background-position : 0% 86% }
38+ 50% {background-position : 100% 15% }
39+ 100% {background-position : 0% 86% }
40+ }
41+
42+ /* @keyframes gradient {
2543 0% {
2644 background-position: 0% 0%;
2745 }
@@ -31,7 +49,7 @@ body.secret {
3149 100% {
3250 background-position: 0% 0%;
3351 }
34- }
52+ } */
3553
3654.wave {
3755 background : rgb (255 255 255 / 25% );
0 commit comments