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

modi_7

parent ecbef676
No related branches found
No related tags found
No related merge requests found
Pipeline #5960 passed
...@@ -7,14 +7,16 @@ ...@@ -7,14 +7,16 @@
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
</head> </head>
<body> <body>
<div class="container">
<img src = "1.jpg" alt = "No image" width="300" height ="300">
</div>
<h1>안녕하세요 박병하의 홈페이지입니다!</h1> <h1>안녕하세요 박병하의 홈페이지입니다!</h1>
<h2>↓동료 홈페이지입니다↓</h2> <h2>↓동료 홈페이지입니다↓</h2>
<a href="http://ygg0418.ajousw.kr/testhomepage/"> 동료 web-page</a> <a href="http://ygg0418.ajousw.kr/testhomepage/"> 동료 web-page</a>
<div class="container">
<img src = "1.jpg" alt = "No image" >
</div>
<h3 style="color:aquamarine">취미 </h3> <h3 style="color:aquamarine">취미 </h3>
<ol> <ol>
<li>테니스</li> <li>테니스</li>
......
...@@ -4,13 +4,18 @@ body { ...@@ -4,13 +4,18 @@ body {
max-width: 1280px; max-width: 1280px;
} }
.container{
text-align : center;
}
.container img{ .container img{
display: block; display: block;
min-width : 200px;
max-width : 600px;
min-height : 200px;
max-height : 500px;
margin: 0 auto; margin: 0 auto;
} }
.container{
text-align : center;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment