+ 인기 상품을
+ 확인해 보세요
+
+
+ 가장 HOT한 중고거래 물품을
+ 판다 마켓에서 확인해보세요
+
diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 00000000..352f8a90 Binary files /dev/null and b/.DS_Store differ diff --git a/README.md b/README.md new file mode 100644 index 00000000..e69de29b diff --git a/img/.DS_Store b/img/.DS_Store new file mode 100644 index 00000000..6ffa80a7 Binary files /dev/null and b/img/.DS_Store differ diff --git a/img/Img_home_01.png b/img/Img_home_01.png new file mode 100644 index 00000000..2afef3f3 Binary files /dev/null and b/img/Img_home_01.png differ diff --git a/img/Img_home_02.png b/img/Img_home_02.png new file mode 100644 index 00000000..a3520522 Binary files /dev/null and b/img/Img_home_02.png differ diff --git a/img/Img_home_03.png b/img/Img_home_03.png new file mode 100644 index 00000000..ef5972b3 Binary files /dev/null and b/img/Img_home_03.png differ diff --git a/img/Img_home_bottom.png b/img/Img_home_bottom.png new file mode 100644 index 00000000..3c3e8d5a Binary files /dev/null and b/img/Img_home_bottom.png differ diff --git a/img/Img_home_top.png b/img/Img_home_top.png new file mode 100644 index 00000000..5e05cc55 Binary files /dev/null and b/img/Img_home_top.png differ diff --git a/img/Property 1=md.png b/img/Property 1=md.png new file mode 100644 index 00000000..a236f46a Binary files /dev/null and b/img/Property 1=md.png differ diff --git a/img/Property 1=md@2x.png b/img/Property 1=md@2x.png new file mode 100644 index 00000000..2cfe6533 Binary files /dev/null and b/img/Property 1=md@2x.png differ diff --git a/img/Property 1=md@3x.png b/img/Property 1=md@3x.png new file mode 100644 index 00000000..fd25a1af Binary files /dev/null and b/img/Property 1=md@3x.png differ diff --git a/img/ic_facebook.png b/img/ic_facebook.png new file mode 100644 index 00000000..58333d45 Binary files /dev/null and b/img/ic_facebook.png differ diff --git a/img/ic_instagram.png b/img/ic_instagram.png new file mode 100644 index 00000000..98e24ea6 Binary files /dev/null and b/img/ic_instagram.png differ diff --git a/img/ic_twitter.png b/img/ic_twitter.png new file mode 100644 index 00000000..5df0852d Binary files /dev/null and b/img/ic_twitter.png differ diff --git a/img/ic_youtube.png b/img/ic_youtube.png new file mode 100644 index 00000000..f51731d4 Binary files /dev/null and b/img/ic_youtube.png differ diff --git a/index.css b/index.css new file mode 100644 index 00000000..1cd3a75e --- /dev/null +++ b/index.css @@ -0,0 +1,175 @@ +* { + box-sizing: border-box; +} + +body { + margin: 0; + background-color: #ffffff; + color: #374151; + font-family: 'Noto Sans KR', sans-serif; +} + +nav { + display: flex; + justify-content: space-between; + align-items: center; + width: 1120px; + margin: 0 auto; +} + +.main-container { + padding: 138px 0; + display: grid; + grid-template-areas: + "hotItem" + "search" + "register"; + gap: 276px; + width: 100%; +} + +.button { + background-color: #3692ff; + padding: 16px 124px; + border-radius: 9999px; + color: #f9fafb; + margin-bottom:100px; + text-decoration: none; + font-size: 16px; +} + +.button:hover { + background-color: #1251aa +} + +.login { + padding: 16px 34px; + border-radius: 10px; + color: #f3f4f6; + margin: 0; +} + +.title-helper { + display: flex; + justify-content: space-between; + align-items: flex-end; + margin: 0 auto; + width: 1110px; +} + +.title { + padding: 200px 0 0; + background-color: #cfe5ff; + display: flex; + justify-content: space-between; + align-items: flex-end; +} + +.title-p { + display: flex; + flex-direction: column; + flex-shrink: 0; +} + +.subtitle { + font-size: 40px; + font-weight: 700; + margin-bottom: 40px; +} + + +.home { + flex-shrink: 0; +} + + +section { + margin: 0 auto; +} + +.badge { + font-size: 18px; + font-weight: 700; + color: #3692ff; + line-height: 26px; +} + +.section-title { + font-size: 40px; + font-weight: 700; + line-height: 140%; +} + +p { + font-size: 24px; + font-weight: 500; + line-height: 32px; +} + +.hotItem { + grid-area: hotItem; +} + +.register { + grid-area: register; +} + +.hotItem, +.search, +.register { + display: flex; + justify-content: center; + border-radius: 12px; + align-items: center; + gap: 64px; + background-color: #fcfcfc; + width: 1110px; +} + +.search { + grid-area: search; + flex-direction: row-reverse; +} + +.search +.section-content { + text-align: right; +} + +.bottom { + background-color: #fcfcfc; + padding-top: 138px; +} + +.bottom +.subtitle { + margin-bottom: 160px; +} + +footer { + background-color: #111827; + height: 160px; + +} + +.footer { + display: flex; + justify-content: space-around; + align-items: center; + padding-top: 40px; + margin: 0 auto; + width: 1110px; +} + +.link { + text-decoration: none; + color: #e5e7eb; +} + +footer a { + padding: 0 10px; +} + +a { + cursor: pointer; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 00000000..01cca906 --- /dev/null +++ b/index.html @@ -0,0 +1,127 @@ + + +
+ + +
+
+
+ 가장 HOT한 중고거래 물품을
+ 판다 마켓에서 확인해보세요
+
+
+ 구매 하고싶은 물건은 검색해서
+ 쉽게 찾아보세요
+
+
+ 어떤 물건이든 판매 하고싶은 상품을
+ 쉽게 등록하세요
+
+