From 3b68c98f983b76e4d5258bf2b9cb7a00c46205cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A8=B1=E6=AC=8A=E9=BA=92?= <87688576+chuanchihsu1219@users.noreply.github.com> Date: Fri, 15 Sep 2023 16:25:32 +0800 Subject: [PATCH] Update styles.css --- styles.css | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/styles.css b/styles.css index 4b056ee..5e961b9 100644 --- a/styles.css +++ b/styles.css @@ -1,11 +1,5 @@ -/* body { - margin: 0; - overflow: hidden; - display: flex; - justify-content: center; - align-items: center; - background-color: #f0f0f0; - height: 100vh; - width: 100vw; +.table { + transform-origin: top left; + transform: scale(1); + transition: transform 0.2s; } - */