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

coloring the specific paragraph

parent 38a1e0c3
Branches
No related tags found
No related merge requests found
Pipeline #5783 passed
...@@ -36,9 +36,9 @@ ...@@ -36,9 +36,9 @@
</ol> </ol>
<p>here's the my friend's link</p> <p>here's the my friend's link</p>
<a href="http://unidev.ajousw.kr/jiheon-choi/">Choi Ji Heon</a> <p class="link1"><a href="http://unidev.ajousw.kr/jiheon-choi/">Choi Ji Heon</a></p>
<a href="http://sunje105.ajousw.kr/sunje_homepage/">Lee Sun Je</a> <p class="link2"><a href="http://sunje105.ajousw.kr/sunje_homepage/">Lee Sun Je</a></p>
<a href="http://minsol_choo.ajousw.kr/practical_coding_1_html/">Choo Min Sol</a> <p class="link3"><a href="http://minsol_choo.ajousw.kr/practical_coding_1_html/">Choo Min Sol</a></p>
<h6>The End</h6> <h6>The End</h6>
</body> </body>
......
...@@ -22,3 +22,17 @@ body { ...@@ -22,3 +22,17 @@ body {
color: #ffffff; color: #ffffff;
} }
p.link1{
font-size: medium;
background-color: aqua;
}
p.link2{
font-size: medium;
background-color: aquamarine;
}
p.link3{
font-size: medium;
background-color: antiquewhite;
}
\ 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