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

image size change flexible 2

parent 78ff878b
No related branches found
No related tags found
No related merge requests found
Pipeline #5969 passed
......@@ -36,7 +36,7 @@
</ol>
<p>here's the my friend's link</p>
<div class="linkColor">
<div class="linkFontChange">
<p><a href="http://unidev.ajousw.kr/jiheon-choi/">Choi Ji Heon</a></p>
<p><a href="http://sunje105.ajousw.kr/sunje_homepage/">Lee Sun Je</a></p>
<p><a href="http://minsol_choo.ajousw.kr/practical_coding_1_html/">Choo Min Sol</a></p>
......
......@@ -22,15 +22,21 @@ body {
color: #ffffff;
}
.centerImage{
width: 70%;
height: 360px;
overflow: hidden;
}
.centerImage img{
max-width: 100%;
width: 360px;
height: auto;
display: block;
margin: auto;
}
.linkColor{
font-size: 10px;
.linkFontChange{
font-size: 15px;
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