From 82cf0085b44811753e2cee71cca4361f6ad3aea6 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Thu, 25 Jan 2024 21:09:29 +0100 Subject: [PATCH] pls work how you hsould --- pages/user/index.html | 4 ++-- styles/pages/user/style.css | 7 +------ 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/pages/user/index.html b/pages/user/index.html index 1b84ad5..a0387cf 100644 --- a/pages/user/index.html +++ b/pages/user/index.html @@ -3,8 +3,8 @@
-

Hello, .

-

What would you like to watch?

+

Hello, .

+

What would you like to watch?

diff --git a/styles/pages/user/style.css b/styles/pages/user/style.css index 0f26831..941b383 100644 --- a/styles/pages/user/style.css +++ b/styles/pages/user/style.css @@ -30,9 +30,4 @@ body { opacity: 0; transform: translateX(-35px); transition: opacity 0.8s ease, transform 0.6s ease; -} - -.fade-in { - opacity: 1; - transform: translateX(0); -} +} \ No newline at end of file