From 96715c5c1050063709e0afaf90e8291dabb9e0fd Mon Sep 17 00:00:00 2001 From: reenact11 Date: Thu, 9 May 2024 16:32:11 +0900 Subject: [PATCH] feat: add singup.html and css MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 회원가입 페이지 추가, 비밀번호 숨기기 버튼 추가 --- login.html | 12 +++--- signup.html | 55 +++++++++++++++++++++++++- styles/{login.css => login-signup.css} | 9 +++-- 3 files changed, 66 insertions(+), 10 deletions(-) rename styles/{login.css => login-signup.css} (92%) diff --git a/login.html b/login.html index 27c87e3a..cb31720e 100644 --- a/login.html +++ b/login.html @@ -7,7 +7,7 @@ 판다마켓 - + @@ -24,14 +24,14 @@

@@ -47,8 +47,8 @@

-

판다마켓이 처음이신가요? + 회원가입

diff --git a/signup.html b/signup.html index 546d1618..b2911c38 100644 --- a/signup.html +++ b/signup.html @@ -7,11 +7,64 @@ 판다마켓 - + +
+

+ + + +

+
+
+ +
\ No newline at end of file diff --git a/styles/login.css b/styles/login-signup.css similarity index 92% rename from styles/login.css rename to styles/login-signup.css index 9b7a0817..595f25b9 100644 --- a/styles/login.css +++ b/styles/login-signup.css @@ -58,10 +58,11 @@ outline: 3px solid #3692ff; } -.hide-btn { +.password__blind-logo { position: absolute; right:24px; bottom: 16px; + cursor: pointer; } .submit-btn { @@ -73,6 +74,7 @@ border-radius: 40px; border: none; background-color: var(--gray400); + cursor: pointer; } .social__wrapper { @@ -81,6 +83,7 @@ align-items: center; padding: 16px 24px; background-color: #e6f2ff; + border-radius: 8px; } .social__login { @@ -92,11 +95,11 @@ display: block; } -.signup { +.member__check { text-align: center; } -.signup__link { +.check__link { text-decoration: underline; }