improve button animation

This commit is contained in:
e7d 2020-08-17 17:09:57 +02:00
parent 1e92ac527f
commit 7b9e9cd189
No known key found for this signature in database
GPG Key ID: F320BE007C0B8881
2 changed files with 17 additions and 1 deletions

View File

@ -36,11 +36,27 @@ body {
fill: #00e530; fill: #00e530;
} }
15% {
fill: #00e530;
}
20% {
fill: #898989;
}
25% {
fill: #898989;
}
30% { 30% {
fill: #00e530; fill: #00e530;
} }
35% { 35% {
fill: #00e530;
}
40% {
fill: #898989; fill: #898989;
} }

View File

@ -4,6 +4,6 @@ services:
web: web:
image: nginx image: nginx
ports: ports:
- 8080:80 - 8081:80
volumes: volumes:
- .:/usr/share/nginx/html:ro - .:/usr/share/nginx/html:ro