diff --git a/.github/basictag.css b/.github/basictag.css index 1e3ee208..8b6cd6d0 100644 --- a/.github/basictag.css +++ b/.github/basictag.css @@ -9,15 +9,43 @@ a { text-decoration: none; } -section { +/*section { width: 1920px; padding: 138px 466px; gap: 10px; +}*/ +section { + width: 100%; /* 화면 너비에 맞춤 */ + max-width: 1920px; /* 최대 너비 제한 (PC 기준) */ + display: flex; + justify-content: center; + align-items: center; + /* margin-left: auto; + margin-right: auto; */ + padding-top: 138px; + padding-bottom: 138px; +} + +@media (max-width: 1199px) { + section { + padding: 80px 24px; + } +} +@media (max-width: 767px) { + section { + padding: 40px 8px; + } } figure { background-color: #cfe5ff; - height: 540px; + width: 100%; + max-width: 1920px; /* 최대 너비 제한 (PC 기준) */ + padding-top: 80px; + display: flex; + justify-content: center; + align-items: flex-end; + height: auto; } figure p { @@ -30,6 +58,8 @@ figure p { } footer { + display: flex; + justify-content: space-between; background-color: #111827; height: 160px; } diff --git a/.github/img/Property 1=lg.png b/.github/img/Property 1=lg.png deleted file mode 100644 index 77c50149..00000000 Binary files a/.github/img/Property 1=lg.png and /dev/null differ diff --git a/.github/img/btn_visibility_off_24px.svg b/.github/img/visibility_off.svg similarity index 100% rename from .github/img/btn_visibility_off_24px.svg rename to .github/img/visibility_off.svg diff --git a/.github/img/btn_visibility_on_24px.svg b/.github/img/visibility_on.svg similarity index 100% rename from .github/img/btn_visibility_on_24px.svg rename to .github/img/visibility_on.svg diff --git a/.github/index.html b/.github/index.html index a10f6836..5037aeb7 100644 --- a/.github/index.html +++ b/.github/index.html @@ -16,14 +16,14 @@
- 판다마켓 로고 + 판다마켓 로고 로그인
-

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

+

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

구경하러 가기
pandamarket @@ -34,8 +34,8 @@ Hot item

Hot item

-

인기 상품을
확인해 보세요

-

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

+

인기 상품을 확인해 보세요

+

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

@@ -43,8 +43,8 @@

Search

-

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

-

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

+

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

+

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

Search
@@ -54,15 +54,16 @@ Register

Register

-

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

-

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

+

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

+

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

-

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

+

믿을 수 있는

+

판다마켓 중고 거래

pandamarket bottom
diff --git a/.github/login.html b/.github/login.html index 5e2ea458..87a494d1 100644 --- a/.github/login.html +++ b/.github/login.html @@ -9,7 +9,9 @@