diff --git a/Login/login.css b/Login/login.css new file mode 100644 index 00000000..ef4974e3 --- /dev/null +++ b/Login/login.css @@ -0,0 +1,145 @@ +html, +body { + margin: 0; + height: 100%; + display: flex; + justify-content: center; + align-items: center; +} + +main { + margin-top: 70px; + background-color: #ffffff; +} + +.login_main { + display: grid; + justify-content: center; + align-items: center; + height: 618px; + grid-template-rows: 1fr 3fr; +} + +.login_header { + width: 100%; + display: flex; + justify-content: center; + align-items: center; +} + +/*login_content */ +.login_content { + text-align: left; + width: 640px; +} + +.login_content > h3 { + font-size: 18px; + font-weight: 700; + color: #1f2937; + margin-bottom: 16px; +} + +/*input */ +.input_wrapper { + display: flex; + align-items: center; + background-color: #f3f4f6; + height: 40px; + border-radius: 12px; + padding: 16px 24px; + margin-bottom: 16px; + position: relative; + border: 2px solid transparent; +} + +.input_wrapper:focus-within { + border-color: #3692ff; /* 포커스 상태 테두리 색상 */ +} + +input { + border: none; + background-color: transparent; /* 투명 배경 */ + outline: none; + flex: 1; + font-size: 16px; +} + +input::placeholder { + font-size: 16px; + font-weight: 400; + line-height: 26px; + color: #9ca3af; +} + +.input_icon { + display: flex; + width: 24px; + height: 24px; + justify-content: center; + align-items: center; + cursor: pointer; +} + +.btn_login2 { + width: 640px; + height: 56px; + background-color: #9ca3af; + color: #f3f4f6; + border: none; + border-radius: 40px; + padding: 16px 124px; + cursor: pointer; + font-size: 20px; + font-weight: 600; +} + +/*sns_login*/ +.sns_login { + display: flex; + margin-top: 24px; + width: 100%; + height: 74px; + background-color: #e6f2ff; + align-items: center; + border-radius: 8px; +} + +.sns_login_content { + width: 594px; + height: 42px; + display: flex; + text-align: center; + align-items: center; + color: #1f2937; + font-size: 16px; + justify-content: space-between; + font-weight: 500; +} + +.sns_login_text { + font-size: 16px; + margin-left: 15px; + font-weight: 500; +} + +.sns_link { + color: #e6f2ff; +} + +.sns_login_icon { + width: 42px; + height: 42px; + cursor: pointer; +} + +.first_text { + font-size: 14px; + margin-top: 15px; + text-align: center; + font-weight: 500; +} + +.signup-link { + color: #3692ff; +} diff --git a/Login/login.html b/Login/login.html new file mode 100644 index 00000000..e206ecc3 --- /dev/null +++ b/Login/login.html @@ -0,0 +1,71 @@ + + +
+
+ 가장 HOT한 중고거래 물품을
+ 판다 마켓에서 확인해 보세요
+
- 가장 HOT한 중고거래 물품을
판다 마켓에서 확인해 보세요
+ 구매하고 싶은 물품은 검색해서
+ 쉽게 찾아보세요
+
구매하고 싶은 물품은 검색해서
쉽게 찾아보세요
-
+ 어떤 물건이든 판매하고 싶은 상품을
+ 쉽게 등록하세요
+
- 어떤 물건이든 판매하고 싶은 상품을
쉽게 등록하세요
-