diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 0a474d19..00000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..524ab92b --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.DS_Store +._.DS_Store +**/.DS_Store +**/._.DS_Store \ No newline at end of file diff --git a/styleLogin.css b/auth.css similarity index 51% rename from styleLogin.css rename to auth.css index fadb1cc0..ca45e701 100644 --- a/styleLogin.css +++ b/auth.css @@ -1,66 +1,91 @@ -* { - box-sizing: border-box; -} - -html { - font-family: Pretendard, sans-serif; - word-break: keep-all; -} - .content { - width: 640px; + max-width: 640px; margin: 100px auto; } .head-img { text-align: center; + padding: 20px; } .pandaMarketImg { - width: 396px; - height: 132px; + max-width: 396px; + width: 100%; + height: auto; +} + +.input-content { + display: flex; + flex-direction: column; + gap: 20px; +} + +.userName-label { + font-size: 16px; + font-weight: 700; } -#userName { +.userName { background-color: #f3f4f6; - width: 640px; + max-width: 640px; height: 56px; border-radius: 12px; border: none; font-size: 16px; - padding: 0 20px; font-weight: 400; + padding-left: 20px; } -#userPassword { +.userPassword-label { + font-size: 16px; + font-weight: 700; +} + +.userPassword { background-color: #f3f4f6; - width: 640px; + max-width: 640px; height: 56px; border-radius: 12px; border: none; font-size: 16px; - padding: 0 20px; font-weight: 400; + padding-left: 20px; } -.content-login { - border: none; +.checkPassword-label { + font-size: 16px; + font-weight: 700; +} + +.checkPassword { + background-color: #f3f4f6; + max-width: 640px; height: 56px; - width: 640px; - border-radius: 40px; - margin: 20px 0; + border-radius: 12px; + border: none; + font-size: 16px; + font-weight: 400; + padding-left: 20px; +} + +.content-login { + display: flex; + justify-content: center; padding: 12px 0; - background-color: #3692FF; - font-size: 20px; - font-weight: 600; - line-height: 32px; - text-align: center - } .login-button { text-decoration: none; - color: #F3F4F6; + color: #f3f4f6; + border: none; + border-radius: 40px; + background-color: #3692ff; + font-size: 20px; + font-weight: 600; + line-height: 32px; + width: 100%; + height: 56px; + cursor: pointer; } .blue-section { @@ -81,7 +106,7 @@ html { .social-links { display: flex; - gap: 12px; + gap: 12px; list-style: none; } @@ -96,7 +121,7 @@ html { justify-content: center; } -.insa { +.advice { font-size: 14px; font-weight: 500; } @@ -104,16 +129,35 @@ html { .membership { font-size: 14px; font-weight: 500; - color: #3692FF; + color: #3692ff; } -#nicname { +.nicname-label { + font-size: 16px; + font-weight: 700; +} + +.nicname { background-color: #f3f4f6; - width: 640px; + max-width: 640px; height: 56px; border-radius: 12px; border: none; font-size: 16px; - padding: 0 20px; font-weight: 400; -} \ No newline at end of file + padding-left: 20px; +} + +@media (max-width: 767px) and (min-width: 375px) { + .content { + max-width: 400px; + width: 100%; + padding: 0 16px; + margin: 100px auto; + } + .pandaMarketImg { + max-width: 197px; + height: auto; + width: 100%; + } +} diff --git a/global.css b/global.css new file mode 100644 index 00000000..ae5a72b6 --- /dev/null +++ b/global.css @@ -0,0 +1,8 @@ +* { + box-sizing: border-box; +} + +html { + font-family: Pretendard, sans-serif; + word-break: keep-all; +} diff --git a/index.html b/index.html index 2726c6c0..415f0d60 100644 --- a/index.html +++ b/index.html @@ -1,87 +1,88 @@
- +
+
-
+
가장 HOT한 중고거래 물품을 판다 마켓에서 확인해 보세요
+ Hot item ++ 가장 HOT한 중고거래 물품을 판다 마켓에서 확인해 보세요 +
구매하고 싶은 물품을 검색해서 쉽게 찾아보세요
++ 구매하고 싶은 물품을 검색해서 쉽게 찾아보세요 +
-
+
+
어떤 물건이든 판매하고 싶은 상품을 쉽게 등록하세요
+ Register ++ 어떤 물건이든 판매하고 싶은 상품을 쉽게 등록하세요 +
+