From 557240146c5152759bcb533892db9f7b07953113 Mon Sep 17 00:00:00 2001 From: Mathieu Date: Wed, 2 Oct 2024 02:04:53 +0200 Subject: [PATCH] update --- index.html | 16 ---------------- index2.html | 36 ------------------------------------ main.css | 43 +------------------------------------------ 3 files changed, 1 insertion(+), 94 deletions(-) delete mode 100644 index2.html diff --git a/index.html b/index.html index 48be7ae..9e6d521 100644 --- a/index.html +++ b/index.html @@ -60,22 +60,6 @@ -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/index2.html b/index2.html deleted file mode 100644 index 3ac1461..0000000 --- a/index2.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - - GSAP Scramble Test - - -
[01]
- - - - - - - - diff --git a/main.css b/main.css index 7986f14..b228352 100644 --- a/main.css +++ b/main.css @@ -54,7 +54,6 @@ html { body { background-color: var(--color-one); touch-action: manipulation; - opacity: 0.99; overscroll-behavior: contain; min-height: 100vh; margin: 0; @@ -137,7 +136,7 @@ main { padding: 0 8px; height: 90px; width: 50vw; - border: 1px solid var(--background-color-one); /* Line color */ + border: 1px solid var(--background-color-one); transform: translateX(100%); margin-bottom: 15px; background-color: var(--color-thirteen); @@ -155,46 +154,6 @@ main { font-size: 40px; /* Font size */ } -.container { - margin: 0 auto; - width: 83%; - padding: 0; - border: 0; - vertical-align: baseline; -} - -#bck { - position: fixed; - z-index: -1; -} - -.grid-container { - display: grid; - grid-template-columns: repeat(12, 1fr); - gap: 20px; - margin: 0 auto; - width: 83%; -} - -.grid-item { - border-left: 1px dotted var(--color-six); - border-right: 1px dotted var(--color-six); - height: 100vh; - transform-origin: bottom center; - transform: scaleY(0); - animation: borderFlow 4s forwards; - animation-delay: 0.5s; -} - -@keyframes borderFlow { - from { - transform: scaleY(0); - } - to { - transform: scaleY(1); - } -} - .fixed-box { position: fixed; border: 1px solid var(--color-eight);