diff --git a/index.html b/index.html index 1b2b16b..0a1a233 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,7 @@

숭실대 멋쟁이사자처럼 12기의 TMI.zip

+

사진을 누르면 TMI를 볼 수 있어요!

@@ -110,7 +111,7 @@

숭실대 멋쟁이사자처럼 12기의 TMI.zip

- + 🦁
diff --git a/likelion.JPG b/likelion.JPG new file mode 100644 index 0000000..3e4eb01 Binary files /dev/null and b/likelion.JPG differ diff --git a/mainStyles.css b/mainStyles.css index 1931f87..17ee86f 100644 --- a/mainStyles.css +++ b/mainStyles.css @@ -9,8 +9,19 @@ } body { + height: 100vh; display: flex; justify-content: center; + background: linear-gradient( + 12deg, + rgba(30, 14, 92, 0.9) 8.77%, + #151f4f 25.76%, + #050b11 48.76%, + #051221 65.77%, + #0a1b2f 82.65%, + rgba(35, 22, 88, 0.79) 102.19% + ), + #fff; } ul, @@ -24,7 +35,20 @@ li { header { position: fixed; top: 0; + padding-top: 5px; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; width: 100%; + & > h1 { + font-size: 20px; + color: white; + } + & > p { + font-size: 10px; + color: white; + } } main { margin-top: 50px; @@ -75,7 +99,7 @@ img { top: 50%; left: 50%; transform: translate(-50%, -50%); - color: black; + color: white; font-size: 16px; font-weight: 800; visibility: hidden;