From 02a12e088ed64a17d24e65f9899dc54fe42a46dc Mon Sep 17 00:00:00 2001 From: Jeonguiyeob <uiyeop@ajou.ac.kr> Date: Wed, 22 Mar 2023 19:31:58 +0900 Subject: [PATCH] final edit --- public/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 99c4381..5d69f03 100644 --- a/public/index.html +++ b/public/index.html @@ -44,10 +44,11 @@ <style> p {color : black; background-color : lightgray; - font-size:30px;} + font-size:30px; + font-famiily:serif} </style> - <p> Welcome to Ajou University 배경색 lightgray, font-size 30px</p> + <p> Welcome to Ajou University 배경색 lightgray, font-size 30px font-family는 serif</p> </body> </html> -- GitLab