Gregniuki commited on
Commit
8051b2c
1 Parent(s): 4ce3c81

Update static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +1 -0
static/style.css CHANGED
@@ -55,6 +55,7 @@ button {
55
  padding: 10px 20px;
56
  cursor: pointer;
57
  border-radius: 5px;
 
58
  font-family: 'Kaushan Script', cursive;
59
  font-size: 1.1em;
60
  transition: transform 0.2s ease;
 
55
  padding: 10px 20px;
56
  cursor: pointer;
57
  border-radius: 5px;
58
+ animation: gradient-animation 15s ease infinite;
59
  font-family: 'Kaushan Script', cursive;
60
  font-size: 1.1em;
61
  transition: transform 0.2s ease;