From 8195481d8141582455238a4a37b0da6d973033aa Mon Sep 17 00:00:00 2001 From: Atul Sharma <53703302+Attull@users.noreply.github.com> Date: Tue, 18 Jul 2023 10:08:32 +0530 Subject: [PATCH] correct close btn position Previously it is not at correct position, So I tried to make it correct --- Sign Up Form/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sign Up Form/style.css b/Sign Up Form/style.css index 39932e8..5674486 100644 --- a/Sign Up Form/style.css +++ b/Sign Up Form/style.css @@ -202,11 +202,11 @@ .x-btn { position: absolute; - bottom: -6%; + top: 3%; right: 1%; font-size: 23px; font-weight: bold; - color: #262626; + color: white; cursor: pointer; }