aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/index.html b/index.html
index 40daf78..3b15f96 100644
--- a/index.html
+++ b/index.html
@@ -404,17 +404,17 @@
}
@keyframes gradient {
- 0% {
+ 0% {
background-position: 0% 50%;
- }
+ }
- 50% {
+ 50% {
background-position: 100% 50%;
- }
+ }
- 100% {
+ 100% {
background-position: 0% 50%;
- }
+ }
}
@keyframes hover-dsgn {