remove animation background

This commit is contained in:
Romaric Philogène
2021-08-23 23:23:43 +02:00
parent b4211a8b94
commit 83524bad01

View File

@@ -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 {