From 3057acf5a9e4cafd2db5b41240817fe25f7a46be Mon Sep 17 00:00:00 2001 From: sonah5009 Date: Fri, 23 Feb 2024 15:55:19 +0100 Subject: [PATCH] =?UTF-8?q?=EB=82=A0=EC=A7=9C=20=EB=B0=8F=20footer=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 36 ++++++++++++++++++++++-------------- recruitment.html | 4 ++-- styles/index.css | 20 ++++++++++++++------ 3 files changed, 38 insertions(+), 22 deletions(-) diff --git a/index.html b/index.html index 6716105..eb6edbf 100644 --- a/index.html +++ b/index.html @@ -95,13 +95,13 @@ ๐ŸŽฎ 8๊ธฐ ๋ถ€์› ๋ชจ์ง‘ ์ค‘ ๐ŸŽฎ

์„œ๋ฅ˜ ์ ‘์ˆ˜

-

2024.02.24(์›”) ~ 03.03(์ผ)

+

2024.02.24(ํ† ) ~ 03.03(์ผ)

- - ์ง€์›ํ•˜๊ธฐ + + ์ง€์›ํ•˜๊ธฐ
@@ -110,22 +110,30 @@

์„œ๋ฅ˜ ์ ‘์ˆ˜


-
-
- - +

+ ์„ฑ๊ท ๊ด€๋Œ€ํ•™๊ต ์‚ผ์„ฑํ•™์ˆ ์ •๋ณด๊ด€ 2์ธต ์†ฆ:์ฝค์กด + ๊ฒฉ๋ฌผ 480214 +

+
- + +
+
+ + +
diff --git a/recruitment.html b/recruitment.html index 9fe663a..750d8b2 100644 --- a/recruitment.html +++ b/recruitment.html @@ -69,7 +69,7 @@
RECRUITMENT
- MAV 7๊ธฐ ๋ชจ์ง‘ + MAV 8๊ธฐ ๋ชจ์ง‘
@@ -111,7 +111,7 @@

๋ชจ์ง‘ ์ผ์ •

์„œ๋ฅ˜ ์ ‘์ˆ˜

-

2024.02.24(์›”) ~ 03.03(์ผ)

+

2024.02.24(ํ† ) ~ 03.03(์ผ)

โ†’
diff --git a/styles/index.css b/styles/index.css index 426ef65..815b66a 100644 --- a/styles/index.css +++ b/styles/index.css @@ -27,10 +27,10 @@ } */ #club-name { - font-family: 'Paytone One', sans-serif; + font-family: "Paytone One", sans-serif; font-size: 5rem; /* font-size: 100px; */ - text-align:center; + text-align: center; } .section-padding { @@ -73,6 +73,13 @@ z-index: -1; } +.footer_logo { + color: var(--color-white-0); + display: flex; + justify-content: center; + align-items: center; +} + @media only screen and (max-width: 500px) { .video-width { display: none; @@ -104,7 +111,7 @@ #recruiting-p { font-size: 25px; } - + #applyBtn a { padding: 1px 10px; font-size: 10px; @@ -118,11 +125,12 @@ } #footer-location { + display: flex; + justify-content: center; + align-items: center; font-size: 7px; } #github-icon { } - - -} \ No newline at end of file +}