diff --git a/public/index.html b/public/index.html index 0e87e0b8507ab72626d401e5a795461c0215261d..39ef10e3c34df0c1f8d9b0e259a801ed117fcfb5 100644 --- a/public/index.html +++ b/public/index.html @@ -22,9 +22,9 @@ 감안해주시면 감사하겠습니다! </p> - <h4> + <h4 id="h4-text-style"> 제가 소개하고자 하는 노래는 간단하게 5개 정도 되겠고 해당 앨범의 - 표지들입니다. 하나의 앨범 안에 여러 곡이 담기기도 했습니다. + 표지들입니다. 하나의 앨범 안에 여러 곡이 담기기도 했습니다! </h4> <div class="img-box"> <img diff --git a/public/style.css b/public/style.css index 027e4c2d9db207b9b6470744d2160cee8a772c87..504c97e317ef9221855d4603d78dc3e0615b4827 100644 --- a/public/style.css +++ b/public/style.css @@ -3,6 +3,10 @@ body { margin: auto; max-width: 1280px; } +#h4-text-style { + background-color: aquamarine; + width: 820px; +} .navbar { background-color: aqua;