Skip to content
Snippets Groups Projects
Commit 3b596a8a authored by 곽동준's avatar 곽동준
Browse files

image flexible on

parent 076731ca
No related branches found
No related tags found
No related merge requests found
Pipeline #5975 passed
......@@ -14,7 +14,7 @@
</div>
<div class="centerImage">
<img src = "image/thankyou_kong.jpg", alt="GamSaKong">
<img class="centerImage", src = "image/thankyou_kong.jpg", alt="GamSaKong">
</div>
<h1>Kwak Dong Jun</h1>
......
......@@ -22,9 +22,15 @@ body {
color: #ffffff;
}
.centerImage {
max-width: 70%;
overflow: hidden;
display: block;
margin: auto;
}
.centerImage img{
max-width: 100%;
height: 360px;
width: 360px;
display: block;
margin: auto;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment