Skip to content
Snippets Groups Projects
Commit b9e72cb3 authored by 박 병하's avatar 박 병하
Browse files

modi_8

parent 99b3359f
No related branches found
No related tags found
No related merge requests found
Pipeline #5962 passed
...@@ -17,21 +17,21 @@ ...@@ -17,21 +17,21 @@
<img src = "1.jpg" alt = "No image" > <img src = "1.jpg" alt = "No image" >
</div> </div>
<h3 style="color:aquamarine">취미 </h3> <h3 >취미 </h3>
<ol> <ol>
<li>테니스</li> <li>테니스</li>
<li>영화보기</li> <li>영화보기</li>
<li>유튜브보기</li> <li>유튜브보기</li>
</ol> </ol>
<h4 style ="color:aquamarine">좋아하는 가수</h4> <h4>좋아하는 가수</h4>
<ul> <ul>
<li>The 1975</li> <li>The 1975</li>
<li>백예린</li> <li>백예린</li>
<li>Lany</li> <li>Lany</li>
</ul> </ul>
<h5 style="font-family:courier;">즐거운 하루 되세요 </h5> <h5 >즐거운 하루 되세요 </h5>
<h6 style ="font-size:160%;">감사합니다</h6> <h6 >감사합니다</h6>
</body> </body>
......
...@@ -4,8 +4,20 @@ body { ...@@ -4,8 +4,20 @@ body {
max-width: 1280px; max-width: 1280px;
} }
h3 {
color:aquamarine
}
h4 {
color:aquamarine
}
h5 {
font-family:courier;
}
h6 {
font-size:160%
}
.container img{ .container img{
display: block; display: block;
min-width : 200px; min-width : 200px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment