From 475978703880496d687031ba62b458e533eb9a55 Mon Sep 17 00:00:00 2001 From: Joo myeongha <audgkrnt@ajou.ac.kr> Date: Wed, 5 Jul 2023 16:40:20 +0900 Subject: [PATCH] last commit --- public/index.html | 6 +++++- public/style.css | 8 +++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 4f2fde6..ec136b2 100644 --- a/public/index.html +++ b/public/index.html @@ -8,7 +8,7 @@ </head> <body> <div class="navbar"> - <a href="http://kimyongchan.ajousw.kr/myhtml/">friend's page</a> + <a href="http://kimyongchan.ajousw.kr/myhtml">friend's page</a> </div> <h1>soccer</h1> @@ -38,6 +38,10 @@ <li>이승우</li> </ol> + <p id = "d"> + font change + </p> + </body> </html> diff --git a/public/style.css b/public/style.css index da9a374..bb6d57c 100644 --- a/public/style.css +++ b/public/style.css @@ -44,4 +44,10 @@ img{ font-family: monospace; font-size: 25px; color:cornflowerblue; -} \ No newline at end of file +} + +#d{ + font-family: monospace; + font-size: 17px; + color:aqua; +} -- GitLab