diff --git a/public/index.html b/public/index.html
index 4f2fde6a112e4a83f28d39ac7c84705d23320b60..ec136b2a2d18459b8c1e0cb9b166e55fa746a932 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 da9a3742102b6340f87bcde254ead30314f93990..bb6d57c68d57c29a79f331d0149eac7bf25d57e7 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;
+}