From ae6f90d99d7ba6bcc41b8771bd8ad68162a14f2b Mon Sep 17 00:00:00 2001 From: Pyoyeongjong <pyjong1999@gmail.com> Date: Wed, 22 Mar 2023 20:32:16 +0900 Subject: [PATCH] finish --- public/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/public/style.css b/public/style.css index 3eae408..08804eb 100644 --- a/public/style.css +++ b/public/style.css @@ -22,3 +22,19 @@ body { color: #ffffff; } +#para1 { text-align : center; color :red} + +#header { text-align : center; color :green} + +#but { + font-size: 20px; + font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; + font-weight: bold; + background-color: aqua;} +#h2 {font-size: x-large;font-style: oblique;} + +.img_box{ + justify-content: center; + display: flex; +} + -- GitLab