+
+
+
+
+
+ diff --git a/globalStyle.css b/globalStyle.css index 410c5c4..f246278 100644 --- a/globalStyle.css +++ b/globalStyle.css @@ -16,4 +16,9 @@ html { .pxFont { font-family: "Roboto", sans-serif; font-size: 1rem; +} + +@keyframes slide-left { + 0% { transform: translateX(0%); } + 100% { transform: translateX(-100%); } } \ No newline at end of file diff --git a/index.html b/index.html index 0264a37..60f4c7c 100644 --- a/index.html +++ b/index.html @@ -13,46 +13,44 @@
-
-
-
-
-
+
+
+
+
+
+
+
-