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

img code rewriting

parent ac203143
Branches
No related tags found
No related merge requests found
Pipeline #5967 passed
......@@ -14,7 +14,7 @@
</div>
<div class="centerImage">
<p><img src = "image/thankyou_kong.jpg", alt="GamSaKong"></p>
<img src = "image/thankyou_kong.jpg", alt="GamSaKong">
</div>
<h1>Kwak Dong Jun</h1>
......
......@@ -23,13 +23,16 @@ body {
}
.centerImage img{
text-align: center;
width: 360px;
height: 360px;
max-width: 360px;
max-height: 360px;
min-width: 200px;
min-height: 200px;
display: block;
margin: auto;
}
.linkColor{
font-size: medium;
font-size: 20px;
font-style: italic;
background-color: aqua;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment