+ Hot item
+
+ 인기 상품을
+ 확인해 보세요
+
+
+ 가장 HOT한 중고거래 물품을
+ 판다 마켓에서 확인해보세요
+
diff --git a/reset.css b/reset.css new file mode 100644 index 00000000..45a05ecf --- /dev/null +++ b/reset.css @@ -0,0 +1,129 @@ +/* http://meyerweb.com/eric/tools/css/reset/ + v2.0 | 20110126 + License: none (public domain) +*/ + +html, +body, +div, +span, +applet, +object, +iframe, +h1, +h2, +h3, +h4, +h5, +h6, +p, +blockquote, +pre, +a, +abbr, +acronym, +address, +big, +cite, +code, +del, +dfn, +em, +img, +ins, +kbd, +q, +s, +samp, +small, +strike, +strong, +sub, +sup, +tt, +var, +b, +u, +i, +center, +dl, +dt, +dd, +ol, +ul, +li, +fieldset, +form, +label, +legend, +table, +caption, +tbody, +tfoot, +thead, +tr, +th, +td, +article, +aside, +canvas, +details, +embed, +figure, +figcaption, +footer, +header, +hgroup, +menu, +nav, +output, +ruby, +section, +summary, +time, +mark, +audio, +video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} +/* HTML5 display-role reset for older browsers */ +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +menu, +nav, +section { + display: block; +} +body { + line-height: 1; +} +ol, +ul { + list-style: none; +} +blockquote, +q { + quotes: none; +} +blockquote:before, +blockquote:after, +q:before, +q:after { + content: ""; + content: none; +} +table { + border-collapse: collapse; + border-spacing: 0; +} diff --git a/sprint3/commod-form.css b/sprint3/commod-form.css new file mode 100644 index 00000000..0551ea60 --- /dev/null +++ b/sprint3/commod-form.css @@ -0,0 +1,106 @@ +* { + box-sizing: border-box; + font-family: "Pretendard Variable", sans-serif; +} + +body { + margin: 0; + padding: 0; + background-color: #fcfcfc; + color: #1f2937; +} + +.flex-center { + display: flex; + justify-content: center; + align-items: center; +} + +.form-group { + display: flex; + flex-direction: column; + gap: 8px; + text-align: left; + margin-bottom: 20px; +} + +.login-container { + max-width: 640px; + margin: 80px auto; + padding: 40px 30px; + text-align: center; +} + +.logo { + display: flex; + justify-content: center; + margin-bottom: 30px; +} + +.logo img { + height: 104px; + object-fit: contain; +} + +label { + display: block; + font-size: 18px; + margin-bottom: 16px; + font-weight: 700; +} + +.input-wrapper { + position: relative; +} + +.input-wrapper input { + width: 100%; + padding: 12px 40px 12px 12px; + border: none; + background: #f3f4f6; + border-radius: 8px; + font-size: 15px; +} + +.divider-box { + background-color: #e6f2ff; + height: 74px; + display: flex; + justify-content: space-between; + align-items: center; + padding: 0 23px; + margin-top: 24px; + border-radius: 8px; +} + +.divider { + font-size: 16px; + font-weight: 500; +} + +.social-login { + display: flex; + justify-content: center; + gap: 16px; +} + +.eye-icon { + position: absolute; + right: 12px; + top: 50%; + transform: translateY(-50%); + cursor: pointer; + width: 24px; + height: 24px; +} + +.social-login img { + width: 36px; + height: 36px; + cursor: pointer; +} + +.social-login a { + width: 42px; + height: 42px; +} diff --git a/sprint3/img/Component 2.png b/sprint3/img/Component 2.png new file mode 100644 index 00000000..64db8acb Binary files /dev/null and b/sprint3/img/Component 2.png differ diff --git a/sprint3/img/Component 3.png b/sprint3/img/Component 3.png new file mode 100644 index 00000000..d38e36cc Binary files /dev/null and b/sprint3/img/Component 3.png differ diff --git a/sprint3/img/Img_home_01.png b/sprint3/img/Img_home_01.png new file mode 100644 index 00000000..ba4fb615 Binary files /dev/null and b/sprint3/img/Img_home_01.png differ diff --git a/sprint3/img/Img_home_02.png b/sprint3/img/Img_home_02.png new file mode 100644 index 00000000..8a6d6b54 Binary files /dev/null and b/sprint3/img/Img_home_02.png differ diff --git a/sprint3/img/Img_home_03.png b/sprint3/img/Img_home_03.png new file mode 100644 index 00000000..6712b443 Binary files /dev/null and b/sprint3/img/Img_home_03.png differ diff --git a/sprint3/img/Img_home_bottom.png b/sprint3/img/Img_home_bottom.png new file mode 100644 index 00000000..ddf1e713 Binary files /dev/null and b/sprint3/img/Img_home_bottom.png differ diff --git a/sprint3/img/Img_home_top.png b/sprint3/img/Img_home_top.png new file mode 100644 index 00000000..ea6d9490 Binary files /dev/null and b/sprint3/img/Img_home_top.png differ diff --git a/sprint3/img/Vector.png b/sprint3/img/Vector.png new file mode 100644 index 00000000..36b751a4 Binary files /dev/null and b/sprint3/img/Vector.png differ diff --git a/sprint3/img/btn_visibility_on_24px (1).png b/sprint3/img/btn_visibility_on_24px (1).png new file mode 100644 index 00000000..a4ad23f0 Binary files /dev/null and b/sprint3/img/btn_visibility_on_24px (1).png differ diff --git a/sprint3/img/btn_visibility_on_24px.png b/sprint3/img/btn_visibility_on_24px.png new file mode 100644 index 00000000..0637b1f3 Binary files /dev/null and b/sprint3/img/btn_visibility_on_24px.png differ diff --git a/sprint3/img/ic_facebook.png b/sprint3/img/ic_facebook.png new file mode 100644 index 00000000..58333d45 Binary files /dev/null and b/sprint3/img/ic_facebook.png differ diff --git a/sprint3/img/ic_instagram.png b/sprint3/img/ic_instagram.png new file mode 100644 index 00000000..7a91d111 Binary files /dev/null and b/sprint3/img/ic_instagram.png differ diff --git a/sprint3/img/ic_youtube.png b/sprint3/img/ic_youtube.png new file mode 100644 index 00000000..f51731d4 Binary files /dev/null and b/sprint3/img/ic_youtube.png differ diff --git a/sprint3/img/logo.png b/sprint3/img/logo.png new file mode 100644 index 00000000..3a755608 Binary files /dev/null and b/sprint3/img/logo.png differ diff --git a/sprint3/img/mobile-logo.png b/sprint3/img/mobile-logo.png new file mode 100644 index 00000000..4510b03d Binary files /dev/null and b/sprint3/img/mobile-logo.png differ diff --git a/sprint3/reset.css b/sprint3/reset.css new file mode 100644 index 00000000..45a05ecf --- /dev/null +++ b/sprint3/reset.css @@ -0,0 +1,129 @@ +/* http://meyerweb.com/eric/tools/css/reset/ + v2.0 | 20110126 + License: none (public domain) +*/ + +html, +body, +div, +span, +applet, +object, +iframe, +h1, +h2, +h3, +h4, +h5, +h6, +p, +blockquote, +pre, +a, +abbr, +acronym, +address, +big, +cite, +code, +del, +dfn, +em, +img, +ins, +kbd, +q, +s, +samp, +small, +strike, +strong, +sub, +sup, +tt, +var, +b, +u, +i, +center, +dl, +dt, +dd, +ol, +ul, +li, +fieldset, +form, +label, +legend, +table, +caption, +tbody, +tfoot, +thead, +tr, +th, +td, +article, +aside, +canvas, +details, +embed, +figure, +figcaption, +footer, +header, +hgroup, +menu, +nav, +output, +ruby, +section, +summary, +time, +mark, +audio, +video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} +/* HTML5 display-role reset for older browsers */ +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +menu, +nav, +section { + display: block; +} +body { + line-height: 1; +} +ol, +ul { + list-style: none; +} +blockquote, +q { + quotes: none; +} +blockquote:before, +blockquote:after, +q:before, +q:after { + content: ""; + content: none; +} +table { + border-collapse: collapse; + border-spacing: 0; +} diff --git a/sprint3/rw-commod.css b/sprint3/rw-commod.css new file mode 100644 index 00000000..50db5e4d --- /dev/null +++ b/sprint3/rw-commod.css @@ -0,0 +1,64 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; + list-style: none; + text-decoration: none; +} + +body { + background-color: #fff; + font-family: "Pretendard Variable", sans-serif; + color: #374151; + overflow-x: hidden; +} + +.flex-content { + display: flex; + justify-content: center; + align-items: center; +} + +button { + color: white; + border: none; + cursor: pointer; +} + +section { + width: 100vw; +} + +:root { + --color-primary: #3399ff; + --color-primary-dark: #1b62a9; + --color-text: #374151; + --color-text-light: #8b929e; + --color-background: #fcfcfc; + --color-background-dark: #111827; + --color-banner: #cfe5ff; + + --container-width: 1120px; + --header-height: 70px; + --footer-height: 160px; + + --spacing-xs: 12px; + --spacing-sm: 24px; + --spacing-md: 32px; + --spacing-lg: 60px; + --spacing-xl: 138px; +} + +/* 공통 버튼 스타일 */ +.btn-primary { + background-color: var(--color-primary); + color: white; + border: none; + border-radius: 40px; + font-weight: 600; + cursor: pointer; +} + +.btn-primary:hover { + background-color: var(--color-primary-dark); +} diff --git a/sprint3/rw-index.html b/sprint3/rw-index.html new file mode 100644 index 00000000..9f909b6b --- /dev/null +++ b/sprint3/rw-index.html @@ -0,0 +1,187 @@ + + +
+ + +
+
+
+ 가장 HOT한 중고거래 물품을
+ 판다 마켓에서 확인해보세요
+
+ 구매하고 싶은 물품은 검색해서
+ 쉽게 찾아보세요!
+
+
+
+ 어떤 물건이든 판매하고 싶은 상품을
+ 쉽게 등록하세요
+
+