From ab0009b6a7e3f17f5e84c197f1ba3a8ae610a5be Mon Sep 17 00:00:00 2001 From: YoungSeo1104 Date: Tue, 9 Dec 2025 23:01:20 +0900 Subject: [PATCH 01/13] =?UTF-8?q?[refactor]:=20=ED=94=BC=EB=93=9C=EB=B0=B1?= =?UTF-8?q?=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/home.css | 20 ++++++++++---------- index.html | 35 ++++++++++++++++++++++------------- items.html | 2 +- 3 files changed, 33 insertions(+), 24 deletions(-) diff --git a/css/home.css b/css/home.css index bb42c54..7a90f32 100644 --- a/css/home.css +++ b/css/home.css @@ -116,7 +116,7 @@ main .contents.bottom article { padding: 0 0 60px 0; } -.no-box { +.no_box { width: 100%; height: 138px; background: #fcfcfc; @@ -134,7 +134,7 @@ footer { } footer p, -footer .footer-center li { +footer .center li { color: var(--Secondary-400); text-align: center; font-family: Pretendard; @@ -143,16 +143,16 @@ footer .footer-center li { font-weight: 400; line-height: normal; } -footer ul.footer-center { +footer ul.center { display: flex; gap: 30px; } -footer ul.footer-center li a { +footer ul.center li a { color: var(--Secondary-200); } -footer ul.footer-icons { +footer ul.icons { display: flex; gap: 12px; flex-shrink: 0; @@ -160,7 +160,7 @@ footer ul.footer-icons { align-items: flex-end; } -footer ul.footer-icons li a { +footer ul.icons li a { width: 20px; height: 20px; display: inline-block; @@ -169,19 +169,19 @@ footer ul.footer-icons li a { background-position: 50% 50%; font-size: 0; } -li.icon-facebook a { +li.icon_facebook a { background: url(/img/sns/facebook.svg); } -li.icon-twitter a { +li.icon_twitter a { background: url(/img/sns/ic_twitter.svg); } -li.icon-youtube a { +li.icon_youtube a { background: url(/img/sns/youtube.svg); } -li.icon-instargram a { +li.icon_instargram a { background: url(/img/sns/ic_instagram.svg); } diff --git a/index.html b/index.html index c3b9ac1..3122a79 100644 --- a/index.html +++ b/index.html @@ -9,10 +9,15 @@ - + -
+
판다마켓_로고 diff --git a/login.html b/login.html index 948bb6b..ab145ae 100644 --- a/login.html +++ b/login.html @@ -9,7 +9,7 @@ 판다마켓 - 로그인 -