renad-108 commited on
Commit
cbb6455
·
verified ·
1 Parent(s): 5731ff1

Update src/style.css

Browse files
Files changed (1) hide show
  1. src/style.css +1 -1
src/style.css CHANGED
@@ -25,7 +25,7 @@ html, body {
25
  background: radial-gradient(circle, #009fe3, #36ba01);
26
  border-radius: 50%;
27
  opacity: 0.1;
28
- animation: float 10s ease-in-out infinite;
29
  filter: blur(30px);
30
  }
31
 
 
25
  background: radial-gradient(circle, #009fe3, #36ba01);
26
  border-radius: 50%;
27
  opacity: 0.1;
28
+ animation: float 6s ease-in-out infinite;
29
  filter: blur(30px);
30
  }
31