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

modified some style

parent fbba42fb
No related branches found
No related tags found
No related merge requests found
Pipeline #5889 passed
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
<a href="https://gitlab.com/pages/">Other Examples</a> <a href="https://gitlab.com/pages/">Other Examples</a>
</div> </div>
<div style="text-align: center;"> <div class="centerImage">
<img src = "image/thankyou_kong.jpg", alt="GamSaKong", width="360", height="360"> <img src = "image/thankyou_kong.jpg", alt="GamSaKong">
</div> </div>
<h1>Kwak Dong Jun</h1> <h1>Kwak Dong Jun</h1>
...@@ -36,9 +36,11 @@ ...@@ -36,9 +36,11 @@
</ol> </ol>
<p>here's the my friend's link</p> <p>here's the my friend's link</p>
<p class="link1"><a href="http://unidev.ajousw.kr/jiheon-choi/">Choi Ji Heon</a></p> <div class="linkColor">
<p class="link2"><a href="http://sunje105.ajousw.kr/sunje_homepage/">Lee Sun Je</a></p> <p><a href="http://unidev.ajousw.kr/jiheon-choi/">Choi Ji Heon</a></p>
<p class="link3"><a href="http://minsol_choo.ajousw.kr/practical_coding_1_html/">Choo Min Sol</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>
</div>
<h6>The End</h6> <h6>The End</h6>
</body> </body>
......
...@@ -22,20 +22,14 @@ body { ...@@ -22,20 +22,14 @@ body {
color: #ffffff; color: #ffffff;
} }
p.link1{ .centerImage {
font-size: medium; text-align: center;
font-style: italic; width: 360px;
background-color: aqua; height: 360px;
}
p.link2{
font-size: medium;
font-style: italic;
background-color: aquamarine;
} }
p.link3{ .linkColor{
font-size: medium; font-size: medium;
font-style: italic; font-style: italic;
background-color: antiquewhite; 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