From 13d9f156ae87b83143e1237312a9eb25092fcc29 Mon Sep 17 00:00:00 2001 From: leedonghyun <skydh507@ajou.ac.kr> Date: Thu, 23 Mar 2023 16:24:32 +0900 Subject: [PATCH] update h tag --- public/index.html | 10 +++++----- public/style.css | 3 --- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/public/index.html b/public/index.html index e8e8fb3..4dc4d6e 100644 --- a/public/index.html +++ b/public/index.html @@ -22,10 +22,10 @@ 감안해주시면 감사하겠습니다! </p> - <h4 id="h4-text-style"> + <h2 id="h4-text-style"> 제가 소개하고자 하는 노래는 간단하게 5개 정도 되겠고 해당 앨범의 표지들입니다. 하나의 앨범 안에 여러 곡이 담기기도 했습니다! - </h4> + </h2> <div class="img-box"> <img src="https://images.genius.com/38160be65eed2b190601cbe495643c49.999x999x1.jpg" @@ -40,9 +40,9 @@ <div class="text-box"> <ul> <h3>왼쪽에서부터 순서대로 진행되겠습니다.</h3> - <li>첫 번째 앨범 제목 : "130 mood : TRBL"</li> - <li>두 번째 앨범 제목 : "Stuck with U"</li> - <li>세 번째 앨범 제목 : "Between Sat & Sun"</li> + <h4>첫 번째 앨범 제목 : "130 mood : TRBL"</h4> + <h5>두 번째 앨범 제목 : "Stuck with U"</h5> + <h6>세 번째 앨범 제목 : "Between Sat & Sun"</h6> </ul> <p>첫 번째 앨범에는 2곡이 있습니다.</p> <ol type="1"> diff --git a/public/style.css b/public/style.css index 504c97e..5c672e2 100644 --- a/public/style.css +++ b/public/style.css @@ -38,9 +38,6 @@ body { background-color: aquamarine; width: 300px; } -.text-box > ul > li { - font-size: 20px; -} .navbar a { color: black; -- GitLab