From e7c435233708dc4d5591b5c0df6297e8c7e15da8 Mon Sep 17 00:00:00 2001 From: Jong Myoung Kim <jm991014@ajou.ac.kr> Date: Wed, 22 Mar 2023 20:17:43 +0900 Subject: [PATCH] commit --- public/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/style.css b/public/style.css index 50d146a..e77a514 100644 --- a/public/style.css +++ b/public/style.css @@ -35,4 +35,8 @@ h3 { h4 { font-family:verdana; } +p { + background-color: aquamarine; + font-size: smaller; +} -- GitLab