From 8b4c8db00bdff7b073aa9da8a0f6db92743d8457 Mon Sep 17 00:00:00 2001 From: Jevinca Marvella Date: Sat, 15 Nov 2025 13:13:08 +0700 Subject: [PATCH] update css --- Register.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Register.css b/Register.css index 7c86155..f4cc644 100644 --- a/Register.css +++ b/Register.css @@ -127,13 +127,15 @@ input::placeholder { transform: translateY(0); } -.login-link { +.register-link { text-align: center; - margin-top: 25px; + margin-top: 40px; + padding-bottom: 10px; color: rgba(255, 255, 255, 0.7); font-size: 14px; } + .login-link a { color: #00d9ff; text-decoration: none;