Update index.css
parent
4ebd3a33e0
commit
37ec972205
|
@ -282,16 +282,12 @@ html, body{
|
|||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0px;
|
||||
|
||||
background: linear-gradient(-45deg, #7FFFD4, #00FFFF, #6495ED, #008B8B);
|
||||
background-size: 400% 400%; /*default to 400 400*/
|
||||
animation: gradient 15s ease infinite;
|
||||
}
|
||||
/*body {
|
||||
body {
|
||||
background: linear-gradient(-45deg, #7FFFD4, #00FFFF, #6495ED, #008B8B);
|
||||
background-size: 400% 400%;
|
||||
animation: gradient 15s ease infinite;
|
||||
}*/
|
||||
}
|
||||
|
||||
|
||||
@keyframes gradient {
|
||||
|
|
Loading…
Reference in New Issue