improve button animation
This commit is contained in:
parent
1e92ac527f
commit
7b9e9cd189
16
css/main.css
16
css/main.css
@ -36,11 +36,27 @@ body {
|
||||
fill: #00e530;
|
||||
}
|
||||
|
||||
15% {
|
||||
fill: #00e530;
|
||||
}
|
||||
|
||||
20% {
|
||||
fill: #898989;
|
||||
}
|
||||
|
||||
25% {
|
||||
fill: #898989;
|
||||
}
|
||||
|
||||
30% {
|
||||
fill: #00e530;
|
||||
}
|
||||
|
||||
35% {
|
||||
fill: #00e530;
|
||||
}
|
||||
|
||||
40% {
|
||||
fill: #898989;
|
||||
}
|
||||
|
||||
|
@ -4,6 +4,6 @@ services:
|
||||
web:
|
||||
image: nginx
|
||||
ports:
|
||||
- 8080:80
|
||||
- 8081:80
|
||||
volumes:
|
||||
- .:/usr/share/nginx/html:ro
|
||||
|
Loading…
x
Reference in New Issue
Block a user