From b9e72cb3f7884432b82eebc410d5983c7a6609ca Mon Sep 17 00:00:00 2001 From: pb <akdl4045@ajou.ac.kr> Date: Wed, 22 Mar 2023 23:59:12 +0900 Subject: [PATCH] modi_8 --- public/index.html | 8 ++++---- public/style.css | 12 ++++++++++++ 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index a2ea4cf..f4f19b0 100644 --- a/public/index.html +++ b/public/index.html @@ -17,21 +17,21 @@ <img src = "1.jpg" alt = "No image" > </div> - <h3 style="color:aquamarine">취미 </h3> + <h3 >취미 </h3> <ol> <li>테니스</li> <li>영화보기</li> <li>유튜브보기</li> </ol> - <h4 style ="color:aquamarine">좋아하는 가수</h4> + <h4>좋아하는 가수</h4> <ul> <li>The 1975</li> <li>백예린</li> <li>Lany</li> </ul> - <h5 style="font-family:courier;">즐거운 하루 되세요 </h5> + <h5 >즐거운 하루 되세요 </h5> - <h6 style ="font-size:160%;">감사합니다</h6> + <h6 >감사합니다</h6> </body> diff --git a/public/style.css b/public/style.css index 2a2fdce..29e87b5 100644 --- a/public/style.css +++ b/public/style.css @@ -4,8 +4,20 @@ body { max-width: 1280px; } +h3 { + color:aquamarine +} +h4 { + color:aquamarine +} +h5 { + font-family:courier; +} +h6 { + font-size:160% +} .container img{ display: block; min-width : 200px; -- GitLab