diff --git a/images/Img_home_01.png b/images/Img_home_01.png new file mode 100644 index 00000000..249652e3 Binary files /dev/null and b/images/Img_home_01.png differ diff --git a/images/Img_home_02.png b/images/Img_home_02.png new file mode 100644 index 00000000..84d8629f Binary files /dev/null and b/images/Img_home_02.png differ diff --git a/images/Img_home_03.png b/images/Img_home_03.png new file mode 100644 index 00000000..eb0d6cd2 Binary files /dev/null and b/images/Img_home_03.png differ diff --git a/images/Img_home_bottom.png b/images/Img_home_bottom.png new file mode 100644 index 00000000..58b29043 Binary files /dev/null and b/images/Img_home_bottom.png differ diff --git a/images/Img_home_top.png b/images/Img_home_top.png new file mode 100644 index 00000000..7ce56caa Binary files /dev/null and b/images/Img_home_top.png differ diff --git a/images/Property 1=sm.png b/images/Property 1=sm.png new file mode 100644 index 00000000..9d5f8ef3 Binary files /dev/null and b/images/Property 1=sm.png differ diff --git a/images/Property 1=sm@2x.png b/images/Property 1=sm@2x.png new file mode 100644 index 00000000..dfd80154 Binary files /dev/null and b/images/Property 1=sm@2x.png differ diff --git a/images/Property 1=sm@3x.png b/images/Property 1=sm@3x.png new file mode 100644 index 00000000..cbffb370 Binary files /dev/null and b/images/Property 1=sm@3x.png differ diff --git a/images/ic_facebook.png b/images/ic_facebook.png new file mode 100644 index 00000000..a3e343c7 Binary files /dev/null and b/images/ic_facebook.png differ diff --git a/images/ic_instagram.png b/images/ic_instagram.png new file mode 100644 index 00000000..c47e044d Binary files /dev/null and b/images/ic_instagram.png differ diff --git a/images/ic_twitter.png b/images/ic_twitter.png new file mode 100644 index 00000000..3f74b730 Binary files /dev/null and b/images/ic_twitter.png differ diff --git a/images/ic_youtube.png b/images/ic_youtube.png new file mode 100644 index 00000000..874150b0 Binary files /dev/null and b/images/ic_youtube.png differ diff --git a/index.html b/index.html new file mode 100644 index 00000000..68e5e452 --- /dev/null +++ b/index.html @@ -0,0 +1,127 @@ + + + + + + 판다마켓 + + + +
+
+ + +
+
+ +
+
+
+
+

+ 일상의 모든 물건을
+ 거래해 보세요 +

+ 구경하러 가기 +
+ 판다 이미지 +
+
+ +
+
+
+ 인기 상품 +
+

+ Hot item +

+

+ 인기 상품을
+ 확인해 보세요 +

+

+ 가장 HOT한 중고거래 물품을
+ 판다 마켓에서 확인해 보세요 +

+
+
+
+
+
+
+

+ Search +

+

+ 구매를 원하는
+ 상품을 검색하세요 +

+

+ 구매하고 싶은 물품은 검색해서
+ 쉽게 찾아보세요 +

+
+ 상품 검색 +
+
+
+
+ 상품 등록 +
+

+ Register +

+

+ 판매를 원하는
+ 상품을 등록하세요 +

+

+ 어떤 물건이든 판매하고 싶은 상품을
+ 쉽게 등록하세요 +

+
+
+
+
+ +
+
+
+

+ 믿을 수 있는
+ 판다마켓 중고 거래 +

+
+ 판다 이미지 +
+
+
+ + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 00000000..71cd29c0 --- /dev/null +++ b/style.css @@ -0,0 +1,235 @@ +* { + box-sizing: border-box; + font-family: Pretendard, sans-serif; + color: #374151; + font-size: 16px; +} + +a { + text-decoration: none; + cursor: pointer; +} + +p { + margin: 0; +} + +body { + margin: 0; + background-color: #FCFCFC; +} + +header { + background-color: #FFFFFF; + border-bottom: 1px solid #DDE0E3 +} + +footer { + background-color: #111827; + height: 10rem; +} + +.gnb { + padding: 9px 400px; + display: flex; + justify-content: space-between; + align-items: center; +} + +.gnb img { + max-width: 10rem; +} + +.wrap { + max-width: 1920px; + width: 100%; + margin: 0 auto; +} + +.home-top-section img, .home-bottom-section img { + max-width: 45rem; +} + +.home-top-section { + background-color: #CFE5FF; + height: 34rem; +} + +.home-top { + height: 100%; + display: flex; + justify-content: center; + align-items: flex-end; +} + +.home-top-content{ + display: flex; + flex-direction: column; + gap: 2rem; + padding-bottom: 4%; +} + +.home-section img { + max-width: 36rem; +} + +.home { + background-color: #FFFFFF; + height: 45rem; + display: flex; + justify-content: center; + align-items: center; +} + +.home-content{ + background-color: #FCFCFC; + display: flex; + justify-content: center; + gap: 4rem; + border-radius: 12px; + width: 65rem; +} + +.home-content-1, .home-content-2, .home-content-3 { + display: flex; + flex-direction: column; + justify-content: center; + margin-right: 0.75rem; +} + +.home-content-2 { + text-align: end; + margin-right: 0; + margin-left: 0.75rem; +} + +.home-describe { + margin-top: 1.5rem; +} + +.home-bottom-section { + background-color: #CFE5FF; + height: 33.75rem; +} + +.home-bottom { + height: 100%; + display: flex; + justify-content: center; + align-items: flex-end; + gap: 4rem; +} + +.home-bottom-content { + padding-bottom: 10%; +} + +.footer-content { + display: flex; + justify-content: space-between; + max-width: 70rem; + padding-top: 1.5%; +} + +.faq, .sns { + display: flex; +} + +.faq { + gap: 2rem; +} + +.sns { + gap: 0.75rem; +} + +.btn-large, .btn-login { + background-color: #3692FF; +} + +.btn-large:hover, .btn-login:hover { + background-color: #1967D6; +} + +.btn-large:active, .btn-login:active { + background-color: #1251AA; +} + +.btn-login { + color: #F3F4F6; + width: 8rem; + height: 3rem; + padding: 0.75rem 1.5rem; + border-radius: 8px; + text-align: center; +} + +.btn-large { + color: #F9FAFB; + padding: 1rem 7.75rem; + border-radius: 40px; +} + +.keyword { + color: #3692FF; + margin-bottom: 0.75rem; +} + +.copyright, .faq { + font-size: 1rem; + font-weight: 400; +} + +.copyright { + color: #9CA3AF; +} + +.faq a { + color: #E5E7EB; +} + +.bold { + font-weight: 700; +} + +.semibold { + font-weight: 600; +} + +.medium { + font-weight: 500; +} + +.text-4xl { + font-size: 2.5rem; + line-height: 3.5rem; + letter-spacing: -0.125rem; +} + +.text-2xl { + font-size: 1.5rem; + line-height: 2rem; + letter-spacing: -0.0625rem; +} + +.text-xl { + font-size: 1.25rem; + line-height: 2rem; +} + +.text-2lg { + font-size: 1.125rem; + line-height: 1.625rem; +} + +@media (max-width:1920px) { + .gnb { + padding: 9px 200px + } +} + +@media (max-width:1280px) { + * { + font-size: 12px; + } +} \ No newline at end of file